Skip to content
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

Do not store .doctrees binary files on website #751

Merged
merged 1 commit into from
Nov 29, 2023

Conversation

francesco-ballarin
Copy link
Member

Side effect of #744, since these files used to be stored in build/doctrees rather than build/html/.doctrees.

See e.g. FEniCS/docs@9dbb9f0 for a diff

@@ -65,6 +65,7 @@ jobs:
doxygen
cd ../python
python -m sphinx -W -b html source build/html
rm -rf build/html/.doctrees
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that the files that get actually uploaded are those generated with doc/web/make_html.py, right? If so, the addition of this line is probably unnecessary, the addition that matters is the one in doc/web/make_html.py.

@francesco-ballarin francesco-ballarin added documentation Improvements or additions to documentation CI Continuous integration labels Nov 29, 2023
@jhale jhale added this pull request to the merge queue Nov 29, 2023
Merged via the queue into main with commit 8f09e27 Nov 29, 2023
22 checks passed
@jhale jhale deleted the francesco/sphinx-doctrees branch November 29, 2023 20:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI Continuous integration documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants