Skip to content

Commit

Permalink
chore(docs): Updated deprecated intersphinx_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
JohannesErnst committed Apr 19, 2024
1 parent 0aa06d0 commit ea89dbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conda_environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ dependencies:
- pygobject==3.42.0
- gtk3
- python=3.9
- importlib-metadata=3.6
- pip>=20.1
- pip:
- psutil==5.*
- importlib-metadata
- pylint
- gaphas>=2.1.0,<2.2.0
- jsonconversion>=1.0.0
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@


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


# -- Options for PDF output --------------------------------------------------
Expand Down

0 comments on commit ea89dbe

Please sign in to comment.