-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update to latest Sphinx, ablog and fail on warnings. Fix some broken intersphinx. Apply styles for ablog that aligns headers with post ul list. * Updates to CSS, reflecting more docutils DOM changes * Fix build issues caused by updated intersphinx references * Fix malformed target * Add margins explicitly to .postlist elements * Fix new dl-styled footnotes * Fix nested list appearing as dl * Re-style figures * Switch footnotes to use table layout
- Loading branch information
1 parent
cf8d50c
commit d89c557
Showing
9 changed files
with
69 additions
and
37 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 |
---|---|---|
|
@@ -3,6 +3,7 @@ version: 2 | |
sphinx: | ||
builder: dirhtml | ||
configuration: conf.py | ||
fail_on_warning: true | ||
|
||
python: | ||
version: 3.7 | ||
|
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
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
Sphinx==2.4.4 | ||
Sphinx==5.3.0 | ||
sphinxext-opengraph==0.4.2 | ||
docutils<0.18 | ||
jinja2<3.1.0 | ||
# jinja2<3.1.0 | ||
|
||
# Used to rewrite the Atom feed to use absolute links | ||
lxml==4.6.5 | ||
lxml==4.9.1 | ||
|
||
ablog==0.9.5 | ||
ablog==0.10.26 | ||
# This dependencie from ablog needs to be pinned | ||
werkzeug==0.16.1 | ||
# werkzeug==0.16.1 |