We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sphinx is the best tool for documenting Python projects. This project should have awesome documentation.
You can probably steal a lot of inspiration from projects like;
You might find the following plugins interesting;
The text was updated successfully, but these errors were encountered:
@umarcor might also be able to provide some tips and pointers.
Sorry, something went wrong.
We use BuildTheDocs in many projects. It's a Python script (https://github.com/buildthedocs/btd/blob/master/btd/__init__.py) available as a GitHub Action (https://github.com/buildthedocs/btd/blob/master/action.yml), which can be used in a workflow as follows:
- name: '📓 BuildTheDocs (BTD)' uses: buildthedocs/btd@v0 with: token: ${{ github.token }} skip-deploy: github.event_name == 'pull_request'
It builds the docs and pushes them to GitHub Pages (branch gh-pages).
For reference, see the .btd.yml, doc/conf.py and doc/Makefile files in any of the repos from github.com/edaa-org.
.btd.yml
doc/conf.py
doc/Makefile
No branches or pull requests
Sphinx is the best tool for documenting Python projects. This project should have awesome documentation.
You can probably steal a lot of inspiration from projects like;
You might find the following plugins interesting;
The text was updated successfully, but these errors were encountered: