diff options
author | Melody Horn <melody@boringcactus.com> | 2020-10-29 12:01:29 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2020-10-29 12:01:29 -0600 |
commit | cf0c943c9b923611dcd0819ac2c2bbf45d6b0429 (patch) | |
tree | b67ddc08c2fb84b5c860369c80ad44c24e610f1d | |
parent | 7b451ea5d662df6512e4934bc92c85b428a9121f (diff) | |
download | spec-cf0c943c9b923611dcd0819ac2c2bbf45d6b0429.tar.gz spec-cf0c943c9b923611dcd0819ac2c2bbf45d6b0429.zip |
make sure toctree winds up in gemtext
-rw-r--r-- | _ext/gemtext_builder.py | 3 | ||||
-rw-r--r-- | index.rst | 21 |
2 files changed, 12 insertions, 12 deletions
diff --git a/_ext/gemtext_builder.py b/_ext/gemtext_builder.py index 1e21d29..13f3cf2 100644 --- a/_ext/gemtext_builder.py +++ b/_ext/gemtext_builder.py @@ -172,7 +172,8 @@ class GemtextBuilder(Builder): default_translator_class = GemtextTranslator def get_outdated_docs(self): - return self.env.found_docs # can't be fucked to implement this right + yield from self.env.found_docs # can't be fucked to implement this right + yield 'genindex' def get_target_uri(self, docname: str, typ: str = None): return docname + '.gmi' @@ -1,8 +1,3 @@ -.. Crowbar spec documentation master file, created by - sphinx-quickstart on Wed Oct 28 15:04:27 2020. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - ******* Crowbar ******* @@ -49,9 +44,11 @@ Discuss * `permanent discussion mailing list <https://lists.sr.ht/~boringcactus/crowbar-lang-devel>`_ * ephemeral discussions via IRC: #crowbar-lang on freenode (`join via irc <ircs://chat.freenode.net/#crowbar-lang>`_, `join via web <https://webchat.freenode.net/#crowbar-lang>`_) +Chapters +======== + .. toctree:: - :maxdepth: 2 - :hidden: + :maxdepth: 1 :numbered: vs-c @@ -62,8 +59,10 @@ Discuss syntax LICENSE -Indices and tables -================== +.. only:: html + + Indices and tables + ================== -* :ref:`genindex` -* :ref:`search` + * :ref:`genindex` + * :ref:`search` |