Require 3rdparty docs to be in script source files

develop
PeridexisErrant 2015-11-02 09:32:50 +11:00
parent e11ce3bff4
commit 6df0e26b05
2 changed files with 1 additions and 17 deletions

@ -173,7 +173,7 @@ language = None
# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
exclude_patterns = ['docs/_build/*', 'depends/*']
exclude_patterns = ['docs/_build/*', 'depends/*', 'scripts/3rdparty/*']
# The reST default role (used for this markup: `text`) to use for all
# documents.

@ -25,19 +25,3 @@ The following pages document all the standard DFHack scripts.
/docs/_auto/fix
/docs/_auto/gui
/docs/_auto/modtools
.. warning::
The following documentation is pulled in from external ``README`` files.
- it may not match the DFHack docs style
- some scripts have incorrect names, or are documented but unavailable
- some scripts have entries here and are also included above
.. toctree::
:glob:
:maxdepth: 2
/scripts/3rdparty/*/README