Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Update sphinx to 4.5.0 #1435

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 4 commits into from
Mar 29, 2022
Merged
Changes from 1 commit
Commits
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
Prev Previous commit
Next Next commit
clean up sphinx conf.py
  • Loading branch information
kandersolar committed Mar 25, 2022
commit 9fa50fc8975846fff03f269aad50d0579aee4aa4
4 changes: 1 addition & 3 deletions 4 docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def setup(app):
# In-line links to references as numbers in brackets.
app.add_css_file("reference_format.css")
# Add a warning banner at the top of the page if viewing the "latest" docs
app.add_javascript("version-alert.js")
app.add_js_file("version-alert.js")

# -- Options for LaTeX output ---------------------------------------------

Expand Down Expand Up @@ -343,8 +343,6 @@ def setup(app):
'matplotlib': ('https://matplotlib.org/stable', None),
}

nbsphinx_allow_errors = True

ipython_warning_is_error = False

# suppress "WARNING: Footnote [1] is not referenced." messages
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.