From e9e374988258fad0bbd7cc10cda950f44bc19fb2 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Sun, 12 Jan 2020 16:25:22 +0000 Subject: [PATCH] docs requirements --- .readthedocs.yml | 1 + docs/source/contents.rst | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) create mode 100644 docs/source/contents.rst diff --git a/.readthedocs.yml b/.readthedocs.yml index 84858fd4..52cd79c1 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -14,5 +14,6 @@ formats: all python: version: 3.7 install: + - requirements: docs/requirements.txt - method: pip path: . diff --git a/docs/source/contents.rst b/docs/source/contents.rst new file mode 100644 index 00000000..99e01fe5 --- /dev/null +++ b/docs/source/contents.rst @@ -0,0 +1,31 @@ +.. Rich documentation master file, created by + sphinx-quickstart on Thu Dec 26 17:03:20 2019. + You can adapt this file completely to your liking, but it should at least + contain the root `toctree` directive. + +Welcome to Rich's documentation! +================================ + +.. toctree:: + :maxdepth: 2 + :caption: Contents: + + introduction.rst + console.rst + style.rst + markup.rst + tables.rst + markdown.rst + syntax.rst + text.rst + protocol.rst + + reference.rst + appendix.rst + +Indices and tables +================== + +* :ref:`genindex` +* :ref:`modindex` +* :ref:`search`