File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed
Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 2323 - name : Install Poetry
2424 uses : snok/install-poetry@v1
2525
26+ - name : Installing
27+ run : poetry install --no-interaction
28+
29+ - name : Building documentation
30+ run : |
31+ cd docs && make clean && make html
32+
33+ - name : Publishing documentation
34+ run : |
35+ ghp-import -f -n docs/_build/html
36+
2637 - name : Publishing
2738 env :
2839 PYPI_TOKEN : ${{ secrets.PYPI_PASSWORD }}
Original file line number Diff line number Diff line change 3232# ones.
3333extensions = [
3434 'sphinx.ext.autodoc' ,
35- 'sphinx.ext.viewcode' ,
36- 'pallets_sphinx_themes'
35+ 'sphinx.ext.viewcode'
3736]
3837
3938# Add any paths that contain templates here, relative to this directory.
5049# The theme to use for HTML and HTML Help pages. See the documentation for
5150# a list of builtin themes.
5251#
53- html_theme = 'flask '
52+ html_theme = 'furo '
5453
5554# Add any paths that contain custom static files (such as style sheets) here,
5655# relative to this directory. They are copied after the builtin static files,
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ ghp-import = "^2.1.0"
4343Sphinx = " ^5.3.0"
4444coverage = " ^6.4.4"
4545pytest-cov = " ^3.0.0"
46+ furo = " ^2022.12.7"
4647
4748[build-system ]
4849requires = [" poetry-core>=1.0.0" ]
You can’t perform that action at this time.
0 commit comments