-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build docs better in CI/CD #132
Open
CasperWA
wants to merge
14
commits into
master
Choose a base branch
from
cwa/fix-docs-building
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Commits on Mar 19, 2024
-
One should especially focus on the Sphinx update (from v5 to v7), rdflib update (from v6 to v7) and the necessity to keep pydata-sphinx-theme at its current version due to too many differences in the look and feel of the docs if updated to the latest version. Also, all currently unversioned dependencies have been fixed to a version.
Configuration menu - View commit details
-
Copy full SHA for 4fce637 - Browse repository at this point
Copy the full SHA 4fce637View commit details -
Run
make html
directly in CI for building docsAvoid using the - quite outdated - ammaraskar/sphinx-action GitHub Action. It was forcefully using Python 3.8 due to using a very old version of the underlying docker image sphinx-doc/sphinx.
Configuration menu - View commit details
-
Copy full SHA for 63fec27 - Browse repository at this point
Copy the full SHA 63fec27View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccbb574 - Browse repository at this point
Copy the full SHA ccbb574View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fff0a6 - Browse repository at this point
Copy the full SHA 8fff0a6View commit details
Commits on May 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f057ed6 - Browse repository at this point
Copy the full SHA f057ed6View commit details
Commits on Jul 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4905551 - Browse repository at this point
Copy the full SHA 4905551View commit details -
Configuration menu - View commit details
-
Copy full SHA for 75fa7f8 - Browse repository at this point
Copy the full SHA 75fa7f8View commit details
Commits on Jul 8, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4505cac - Browse repository at this point
Copy the full SHA 4505cacView commit details
Commits on Jul 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 6a328e0 - Browse repository at this point
Copy the full SHA 6a328e0View commit details -
Support installing all requirements files at once (resolving that there are no sub-dependency issues).
Configuration menu - View commit details
-
Copy full SHA for 0b6c23a - Browse repository at this point
Copy the full SHA 0b6c23aView commit details -
Update docs to remove all build warnings
All warnings have been removed by: - Move `!pip install` statements to a separate cell in all notebooks, making the cell "shellscript" code and add a sentence immediately before stating the same thing. - Add all files to a Sphinx `toctree` tag, specifically extending the header nav with the "More" dropdown, which includes "contribute", "tools", and "resources". - Find online and add the image for the Protégé configuration. Update the configuration to remove the primary sidebar from pages that have no section navigation. Since no warnings are produced (locally) now, the CI workflow has been updated to include the `-W` flag for sphinx-build, which treats warnings as errors during the build.
Configuration menu - View commit details
-
Copy full SHA for aa32334 - Browse repository at this point
Copy the full SHA aa32334View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 0329356 - Browse repository at this point
Copy the full SHA 0329356View commit details
Commits on Aug 13, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e68a8f7 - Browse repository at this point
Copy the full SHA e68a8f7View commit details
Commits on Aug 26, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7773a44 - Browse repository at this point
Copy the full SHA 7773a44View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.