2 # Read the Docs configuration file
\r
3 # See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
\r
8 # Set the version of Python and other tools you might need
\r
14 # You can also specify other tool versions:
\r
19 pre_create_environment:
\r
20 - echo "Command run at 'pre_create_environment' step"
\r
22 - echo "Command run at 'post_build' step"
\r
25 # Build documentation in the docs/ directory with Sphinx
\r
27 configuration: docs/conf.py
\r
29 # If using Sphinx, optionally build your docs in additional formats such as PDF
\r
33 # Optionally declare the Python requirements required to build your docs
\r
36 - requirements: requirements.txt