Allow build without conf.py using -C command line switch.

This commit is contained in:
Georg Brandl
2008-11-16 13:29:10 +01:00
parent 7e67cabc88
commit d7dfb64c0e
4 changed files with 23 additions and 9 deletions

View File

@@ -105,6 +105,11 @@ The :program:`sphinx-build` script has several more options:
.. versionadded:: 0.3
**-C**
Don't look for a configuration file; only take options via the ``-D`` option.
.. versionadded:: 0.5
**-D** *setting=value*
Override a configuration value set in the :file:`conf.py` file. (The value
must be a string value.)