-
-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1879461: Runtime errors when building documentation (#105)
* 1879461: Python runtime error when building documentation This commit updates the Sphinx config file, fixing runtime errors, and adds proper configuration for ReadTheDocs.
- Loading branch information
Showing
3 changed files
with
42 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
version: 2 | ||
build: | ||
os: "ubuntu-20.04" | ||
tools: | ||
python: "3.10" | ||
apt_packages: | ||
- libfile-copy-recursive-perl | ||
jobs: | ||
post_build: | ||
- perl docs/makedocs.pl --pod-only | ||
- cp -rp docs/en/html/integrating/api/ "$READTHEDOCS_OUTPUT/html/integrating/api" | ||
- cp -p docs/en/html/style.css "$READTHEDOCS_OUTPUT/html/" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters