sphinx-notes/Sphinx to GitHub Pages

GitHub Action to deploy Sphinx documentation to GitHub Pages

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
documentation_pathPath to Sphinx source filesno./docs
requirements_pathPath to requirements file, used in `pip install -r XXX` commandno./docs/requirements.txt
pyproject_extrasExtras of Requirement Specifier, used in `pip install .[XXX]` commandnodocs
python_versionVersion of Pythonno3.12
sphinx_versionVersion of Sphinxno""
cacheEnable cache to speed up documentation buildingnofalse
sphinx_build_optionsAdditional options passed to sphinx-buildno""
checkoutWhether to automatically checkout the repository, if false, user need to do it byselfnotrue
publishWhether to automatically publish the pages, if false, user need to manually publish by selfnotrue
namedescription
page_urlURL to deployed GitHub Pages, only available when option publish is set to true
artifactDirectory where artifact (HTML documentation) is stored, user can use it to deploy GitHub Pages manually