File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -33,8 +33,6 @@ sudo apt-get install python3-venv
33
33
python3 -m venv .ve
34
34
# Enter the venv, needs to be run for every new shell
35
35
source .ve/bin/activate
36
- # Install pre-requirements
37
- pip install -r pre_requirements.txt
38
36
# Install requirements
39
37
pip install -r requirements.txt
40
38
# Build the docs
Original file line number Diff line number Diff line change 363
363
linkcheck_anchors = False
364
364
365
365
366
+ linkcheck_ignore = [
367
+ # The ODI is now behind a Clouflare challenge that we can't check.
368
+ 'http://www.theodi.org'
369
+ ]
370
+
366
371
def setup (app ):
367
372
app .add_config_value ('recommonmark_config' , {
368
373
#'url_resolver': lambda url: github_doc_root + url,
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ MarkupSafe==1.0
24
24
Pygments == 2.2.0
25
25
pytz == 2017.2
26
26
requests == 2.22.0
27
- six == 1.10 .0
27
+ six == 1.12 .0
28
28
snowballstemmer == 1.2.1
29
29
sphinxcontrib-websupport == 1.0.1
30
30
urllib3 == 1.25.7
You can’t perform that action at this time.
0 commit comments