diff options
author | Stephen Finucane <stephen@that.guru> | 2018-02-26 11:49:23 +0000 |
---|---|---|
committer | Stephen Finucane <stephen@that.guru> | 2018-04-30 21:36:45 +0100 |
commit | 16e76faba397a085a92eb3d1588b92ff456af045 (patch) | |
tree | c96dcc2e4e47b4c9194376668a669c6b9ca10775 | |
parent | ac19be3585b6f1407d3ce0ac9f83d1b899ae8dfd (diff) | |
download | sphinx-git-16e76faba397a085a92eb3d1588b92ff456af045.tar.gz |
doc: Add "config" to usage guide
Signed-off-by: Stephen Finucane <stephen@that.guru>
-rw-r--r-- | doc/contents.rst | 2 | ||||
-rw-r--r-- | doc/usage/configuration.rst (renamed from doc/config.rst) | 2 | ||||
-rw-r--r-- | doc/usage/quickstart.rst | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/doc/contents.rst b/doc/contents.rst index 4a8a4d947..77dcf6c42 100644 --- a/doc/contents.rst +++ b/doc/contents.rst @@ -11,11 +11,11 @@ Sphinx documentation contents usage/quickstart usage/restructuredtext/index usage/markdown + usage/configuration intro man/index builders - config intl theming setuptools diff --git a/doc/config.rst b/doc/usage/configuration.rst index 27d84b293..02df9215d 100644 --- a/doc/config.rst +++ b/doc/usage/configuration.rst @@ -2485,5 +2485,5 @@ Options for the C++ domain Example of configuration file ============================= -.. literalinclude:: _static/conf.py.txt +.. literalinclude:: ../_static/conf.py.txt :language: python diff --git a/doc/usage/quickstart.rst b/doc/usage/quickstart.rst index adda610ab..e90b993c6 100644 --- a/doc/usage/quickstart.rst +++ b/doc/usage/quickstart.rst @@ -236,8 +236,8 @@ so on. The file is saved in UTF-8 by default, as indicated by the encoding declaration in the first line. If you use non-ASCII characters in any string value, you need to use Python Unicode strings (like ``project = u'Exposé'``). -|more| See :ref:`build-config` for documentation of all available config -values. +|more| See :doc:`/usage/configuration` for documentation of all available +config values. .. todo:: Move this entire doc to a different section |