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

Update RTD config #19

Merged
merged 2 commits into from Sep 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
3 changes: 3 additions & 0 deletions .readthedocs.yml
Expand Up @@ -3,6 +3,9 @@ build:
os: ubuntu-22.04
tools:
python: "3"
jobs:
post_checkout:
- git fetch --unshallow || true
python:
install:
- requirements: .readthedocs_requirements.txt
Expand Down
6 changes: 6 additions & 0 deletions conf.py
Expand Up @@ -56,6 +56,12 @@
# let's just ignore all of them:
'https://doi.org/',
# Also, the point of DOIs is that they don't change, so we really shouldn't have to check them.

# 403 Client Error
'https://www.eesc.europa.eu/?i=portal.en.int-opinions.24976',

# https://github.com/vim/vim/issues/13079
'https://www.vim.org/',
]

# -- Get version information and date from Git ----------------------------
Expand Down