-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Bump docs infraestructure #2112
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
Merged
Merged
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit
Hold shift + click to select a range
2514b8b
Initial version bump
echedey-ls 3da9e04
Pin latests, okay
echedey-ls 598f535
Update extlinks
echedey-ls c95b440
add entries to html_context, from pydata sphinx theme
echedey-ls 7fb8bc9
Update edit-this-page.html
echedey-ls 6705e8d
Update edit-this-page.html
echedey-ls 748b81a
Update conf.py
echedey-ls ae080e6
Update conf.py
echedey-ls a62390d
Footer warning
echedey-ls bafacca
`"left_sidebar_end"` -> `"primary_sidebar_end"`
echedey-ls 45ca25a
Add favicons
echedey-ls 5932951
Add favicons dependency
echedey-ls 34988f3
GH desktop is a bit broken
echedey-ls e07c672
linter
echedey-ls c996dd5
Edit link (I?)
echedey-ls 2d889c5
`"use_edit_page_button": True,` else I can't test it xd
echedey-ls 1ecdfc8
Add `edit-this-page.html` again
echedey-ls 8f4a7b0
`html_show_sourcelink = False`
echedey-ls 5e72776
Update conf.py
echedey-ls 8daa10a
this was unnecessary
echedey-ls 4175be5
Update edit-this-page.html
echedey-ls ec96670
Revert "Update edit-this-page.html"
echedey-ls 6148b60
Update conf.py
echedey-ls de30ed8
Suppress warnings
echedey-ls 6a6dcd6
Revert back to original
echedey-ls e89753c
Did I already try this?
echedey-ls ae9e23c
Using the docs
echedey-ls d85cd42
Fix the edit -> view on github
echedey-ls 36273de
linter
echedey-ls 04f14c7
No way linter
echedey-ls 590310b
Fix references formatting
echedey-ls 0da9f06
Remove prev/next links
echedey-ls aaf521c
Delay updating docs build env in the future
echedey-ls 64e1e54
Merge branch 'main' into bump-docs
echedey-ls d94d807
Copyright
echedey-ls 849ac56
Fix empty sidebar not collapsing (I hope)
echedey-ls 97d4660
Stylize navigation and footer per Adam comment
echedey-ls ca2457b
linter on diff F
echedey-ls 218f3e7
Update docs/sphinx/source/conf.py
echedey-ls File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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,13 +1,5 @@ | ||
/* no reference superscript */ | ||
.footnote-reference { | ||
font-size: 100% !important; /* default is 90% */ | ||
top: 0.0em !important; /* default is -0.4em */ | ||
} | ||
|
||
/* reference number in brackets */ | ||
.footnote-reference::before { | ||
content: '['; | ||
} | ||
.footnote-reference::after { | ||
content: ']'; | ||
font-size: 100% !important; | ||
vertical-align: baseline !important; | ||
} |
This file contains hidden or 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,19 +1,16 @@ | ||
{# | ||
|
||
Modify the "Edit on Github" links to handle auto-generated pages in the | ||
example gallery and the API reference listings. The GH links that sphinx | ||
example gallery and the API reference listings. The GH links that sphinx | ||
generates by default make the assumption that an HTML file comes from an RST | ||
file with the same filepath, which isn't the case for autogenerated files. The | ||
logic to generate the correct URL is in conf.py, but we still have to modify | ||
the template here to change the "Edit this page" text to "View on GitHub". | ||
|
||
#} | ||
|
||
{% if sourcename is defined and theme_use_edit_page_button==true and page_source_suffix %} | ||
{% set src = sourcename.split('.') %} | ||
<div class="tocsection editthispage"> | ||
<a href="{{ get_edit_url() }}"> | ||
<i class="fab fa-github-square"></i> {{ _("View on GitHub") }} | ||
</a> | ||
</div> | ||
{% endif %} | ||
{% extends "!components/edit-this-page.html" %} | ||
|
||
{% block edit_this_page_text %} | ||
View on GitHub | ||
{% endblock %} |
This file contains hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.