Skip to content

Commit c33653f

Browse files
author
James (ODSC)
authored
Merge pull request #6 from OpenDataServices/update
Upgrade to work on latest Ubuntu
2 parents 59711d3 + 1137a40 commit c33653f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,6 @@ sudo apt-get install python3-venv
3333
python3 -m venv .ve
3434
# Enter the venv, needs to be run for every new shell
3535
source .ve/bin/activate
36-
# Install pre-requirements
37-
pip install -r pre_requirements.txt
3836
# Install requirements
3937
pip install -r requirements.txt
4038
# Build the docs

docs/conf.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,11 @@
363363
linkcheck_anchors = False
364364

365365

366+
linkcheck_ignore = [
367+
# The ODI is now behind a Clouflare challenge that we can't check.
368+
'http://www.theodi.org'
369+
]
370+
366371
def setup(app):
367372
app.add_config_value('recommonmark_config', {
368373
#'url_resolver': lambda url: github_doc_root + url,

pre_requirements.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ MarkupSafe==1.0
2424
Pygments==2.2.0
2525
pytz==2017.2
2626
requests==2.22.0
27-
six==1.10.0
27+
six==1.12.0
2828
snowballstemmer==1.2.1
2929
sphinxcontrib-websupport==1.0.1
3030
urllib3==1.25.7

0 commit comments

Comments
 (0)