Skip to content
Merged
1 change: 1 addition & 0 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
"autoapi.extension",
"enum_tools.autoenum",
"sphinxarg.ext",
"sourcefinder.sphinx_ext.render_confs",
]

autodoc_typehints = "both"
Expand Down
6 changes: 6 additions & 0 deletions docs/source/config.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
Descriptions of configuration parameters
========================================

The following parameters control PySE's source extraction and export settings.

.. render_confs::
1 change: 1 addition & 0 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Welcome to PySE's documentation!
README
sourceparams
cli
config


Indices and tables
Expand Down
Loading