Skip to content

Commit

Permalink
Merge pull request Uninett#2824 from johannaengland/docs/upgrade-sphinx
Browse files Browse the repository at this point in the history
Upgrade sphinx to 5.3.0
  • Loading branch information
johannaengland authored Feb 22, 2024
2 parents d96a876 + 54354c5 commit 50b5960
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -263,8 +263,11 @@

# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
'http://docs.python.org/': None,
'https://docs.djangoproject.com/en/3.2': 'https://docs.djangoproject.com/en/3.2/_objects',
'python': ('https://docs.python.org/3', None),
'django': (
'https://docs.djangoproject.com/en/3.2',
'https://docs.djangoproject.com/en/3.2/_objects',
),
}


Expand Down
2 changes: 1 addition & 1 deletion requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ twisted>=20.0.0,<21
networkx==2.6.3
Pillow>3.3.2
pyrad==2.1
sphinx==4.4.0
sphinx==5.3.0
sphinxcontrib-programoutput==0.17
sphinxcontrib-django
# Needed for autogenerated docs
Expand Down

0 comments on commit 50b5960

Please sign in to comment.