doc: Add "config" to usage guide

Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
Stephen Finucane 2018-02-26 11:49:23 +00:00
parent ac19be3585
commit 16e76faba3
3 changed files with 4 additions and 4 deletions

View File

@ -11,11 +11,11 @@ Sphinx documentation contents
usage/quickstart
usage/restructuredtext/index
usage/markdown
usage/configuration
intro
man/index
builders
config
intl
theming
setuptools

View File

@ -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

View File

@ -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