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

Upgrade theme #752

Merged
merged 36 commits into from
Apr 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
58fef0e
Fix build path
stevepiercy Apr 2, 2023
8868e51
Add keywords to silence warning
stevepiercy Apr 2, 2023
760a084
Fix syntax
stevepiercy Apr 2, 2023
82c039f
Add html meta stuff
stevepiercy Apr 2, 2023
7084c87
Fix html meta stuff
stevepiercy Apr 2, 2023
825c625
Fix html meta stuff
stevepiercy Apr 2, 2023
5821818
Fix html meta stuff
stevepiercy Apr 2, 2023
d7d816e
Fix html meta stuff
stevepiercy Apr 2, 2023
339ceb0
Fix html meta stuff
stevepiercy Apr 2, 2023
11c3924
Fix html meta stuff
stevepiercy Apr 2, 2023
0ee6aba
Fix html meta stuff
stevepiercy Apr 2, 2023
fa588f8
Delete the custom template. I'm not sure what it did, and whatever it…
stevepiercy Apr 2, 2023
235bd50
Update requirements.txt and constraints.txt
stevepiercy Apr 2, 2023
86e699d
Add HTML meta tags
stevepiercy Apr 9, 2023
d59d560
Merge branch 'main' into upgrade-theme
stevepiercy Apr 9, 2023
ea436ee
Fix local and intersphinx cross references
stevepiercy Apr 9, 2023
324067f
Fix broken links and references
stevepiercy Apr 10, 2023
a4ebc18
Fix more links and references
stevepiercy Apr 10, 2023
a0dd241
Remove `extra_navbar` configuration as obsolete and redundant to new …
stevepiercy Apr 10, 2023
d5cff1f
Remove obsolete scrollspy hack
stevepiercy Apr 10, 2023
f8b9dda
Remove obsolete CSS, JavaScripts, and their configuration
stevepiercy Apr 10, 2023
4f4e65a
Many visitors confuse Training with Documentation, thinking it is the…
stevepiercy Apr 10, 2023
18c1cb7
Tidy navigation
stevepiercy Apr 10, 2023
cee302b
Add back custom.css, but commented out everything, and will restore t…
stevepiercy Apr 10, 2023
ad46c2f
Follow structure of theme template components
stevepiercy Apr 10, 2023
babef6b
Removed customized search parts to fallback to theme
stevepiercy Apr 10, 2023
3d7a826
Fix banner background color to be consistent
stevepiercy Apr 10, 2023
62f6729
Remove the custom toggle script. Use Sphinx Design instead.
stevepiercy Apr 10, 2023
b52fe3d
Fix typo
stevepiercy Apr 10, 2023
3b174d9
Replace custom toggle admonition with Sphinx Design dropdown
stevepiercy Apr 10, 2023
92eb294
Change title to 2022 for this PR.
stevepiercy Apr 10, 2023
23c6071
Remove important admonition, and mention this is an archived collection.
stevepiercy Apr 11, 2023
0c90114
Use bootstrap's visually-hidden style
stevepiercy Apr 11, 2023
909c898
Override the templates from pydata_sphinx_theme
stevepiercy Apr 11, 2023
462e236
Fix search by category
stevepiercy Apr 11, 2023
f033a78
Fix default select value bug
stevepiercy Apr 12, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ SPHINXBUILD = $(realpath bin/sphinx-build)
SPHINXAUTOBUILD = $(realpath bin/sphinx-autobuild)
PAPER =
DOCS_DIR = ./docs/
BUILDDIR = ../_build/
BUILDDIR = ../_build

# Internal variables.
PAPEROPT_a4 = -D latex_paper_size=a4
Expand Down
1 change: 0 additions & 1 deletion constraints.txt
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
Sphinx<5,>=4.1.2 # sphinx-book-theme 0.3.3 has requirement sphinx<5,>=3, and merged with previous pin
Loading