From b55a126234991e0d878236d2f453c3b64b97a75e Mon Sep 17 00:00:00 2001 From: Bryce Boe Date: Sat, 18 Feb 2017 20:04:42 -0800 Subject: [PATCH] Add index to documentation --- .readthedocs.yml | 3 +++ docs/genindex.rst | 2 ++ docs/index.rst | 5 +++++ 3 files changed, 10 insertions(+) create mode 100644 .readthedocs.yml create mode 100644 docs/genindex.rst diff --git a/.readthedocs.yml b/.readthedocs.yml new file mode 100644 index 0000000000..83bfdba257 --- /dev/null +++ b/.readthedocs.yml @@ -0,0 +1,3 @@ +python: + pip_install: true + version: 3.5 diff --git a/docs/genindex.rst b/docs/genindex.rst new file mode 100644 index 0000000000..9e530fa2fd --- /dev/null +++ b/docs/genindex.rst @@ -0,0 +1,2 @@ +Index +===== diff --git a/docs/index.rst b/docs/index.rst index 1e326fc506..40c9844232 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -52,3 +52,8 @@ applications and **web** applications. package_info/change_log package_info/contributing package_info/references + +.. toctree:: + :hidden: + + genindex