-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
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
Register callback to run sphinx-apidoc on every branch/tag? #68
Comments
PR #62 may solve this issue |
You can use this to get this working: https://pypi.org/project/sphinxcontrib-apidoc/ - it automatically runs the configured apidoc stuff on any sphinx build, including each version build. |
Can anyone guide me how to use Currently I use the commands below with
@fritz-hh , any advice? |
Duplicate of #45 |
Hi. Thanks for your great work on sphinx-multiversion.
I have a API documentation generated using
sphinx-apidoc
andsphinx-build
.I would like to generate a versioned api documentation using sphinx-multiversion in a CI environment with Jenkins.
If possible, I would like to avoid committing/pushing the output of
sphinx-apidoc
onto the respective branch.My question is the following: is it possible to tell
sphinx-multiversion
to runsphinx-apidoc
aftersphinx-multiversion
has checked-out the respective branch, so thatsphinx-multiversion
can use the rst files generated bysphinx-apidoc
.Thanks in advance for your help.
The text was updated successfully, but these errors were encountered: