mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Add "config" to usage guide
Signed-off-by: Stephen Finucane <stephen@that.guru>
This commit is contained in:
parent
ac19be3585
commit
16e76faba3
@ -11,11 +11,11 @@ Sphinx documentation contents
|
|||||||
usage/quickstart
|
usage/quickstart
|
||||||
usage/restructuredtext/index
|
usage/restructuredtext/index
|
||||||
usage/markdown
|
usage/markdown
|
||||||
|
usage/configuration
|
||||||
|
|
||||||
intro
|
intro
|
||||||
man/index
|
man/index
|
||||||
builders
|
builders
|
||||||
config
|
|
||||||
intl
|
intl
|
||||||
theming
|
theming
|
||||||
setuptools
|
setuptools
|
||||||
|
@ -2485,5 +2485,5 @@ Options for the C++ domain
|
|||||||
Example of configuration file
|
Example of configuration file
|
||||||
=============================
|
=============================
|
||||||
|
|
||||||
.. literalinclude:: _static/conf.py.txt
|
.. literalinclude:: ../_static/conf.py.txt
|
||||||
:language: python
|
:language: python
|
@ -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
|
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é'``).
|
value, you need to use Python Unicode strings (like ``project = u'Exposé'``).
|
||||||
|
|
||||||
|more| See :ref:`build-config` for documentation of all available config
|
|more| See :doc:`/usage/configuration` for documentation of all available
|
||||||
values.
|
config values.
|
||||||
|
|
||||||
|
|
||||||
.. todo:: Move this entire doc to a different section
|
.. todo:: Move this entire doc to a different section
|
||||||
|
Loading…
Reference in New Issue
Block a user