We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c85ead7 commit 712a74aCopy full SHA for 712a74a
doc/user_guide/features/documentation/index.rst
@@ -11,8 +11,8 @@ Building documentation
11
12
In the PTB, we use sphinx to build and validate the contents of a project's
13
documentation. All documentation is provided in the ``doc`` directory, primarily as
14
-`rst` files. The ``doc/conf.py`` acts as the configuration file for building the
15
-documentation.
+``rst`` files. The ``doc/conf.py`` acts as the configuration file for building the
+documentation, and a default one is provided in the cookiecutter project template.
16
17
Many of the nox session checks are executed in the ``checks.yml`` so that alterations
18
in the documentation can be directly attributed (and, if needed, fixed) in the relevant
0 commit comments