How to Set Up a New Docs Project To Use Sphinx¶
Copy the entire
new_project_setup/
directory from this project to your project and rename it “docs”.Install the project requirements using
pip
:pip install -R requirements.txt
Edit the
docs/conf.py
file and replace the generic ‘product’ information as appropriate for your project.
You now have a Sphinx project!
See also