Skip to content

Commit 24c6422

Browse files
authored
Feature/433 remove doctree from html documentation (#437)
* Remove directory .html-documentation/.doctrees after creating documentation * Update dependencies
1 parent adde3d8 commit 24c6422

File tree

4 files changed

+36
-30
lines changed

4 files changed

+36
-30
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build Documentation
2323
run: |
2424
poetry run -- nox -s docs:multiversion
25+
rm -r .html-documentation/*/.doctrees
2526
2627
- name: Upload artifact
2728
uses: actions/upload-pages-artifact@v3

doc/changes/unreleased.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ permissions to be increased for specific jobs.
3131

3232
* [#161](https://github.com/exasol/python-toolbox/issues/161): Added support for installing extras & not using a cache to the python-environment action
3333
* [#408](https://github.com/exasol/python-toolbox/issues/408): Added support for GitHub runners who do not per default have pipx to use the python-environment action
34+
* #433: Removed directory .html-documentation/.doctrees after creating documentation
3435

3536
## Bugfixes
3637

exasol/toolbox/templates/github/workflows/gh-pages.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ jobs:
2222
- name: Build Documentation
2323
run: |
2424
poetry run -- nox -s docs:multiversion
25+
rm -r .html-documentation/*/.doctrees
2526
2627
- name: Upload artifact
2728
uses: actions/upload-pages-artifact@v3

poetry.lock

Lines changed: 33 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)