Skip to content

Commit

Permalink
fix doc issue
Browse files Browse the repository at this point in the history
  • Loading branch information
yzhao062 committed Dec 20, 2024
1 parent 75eab5f commit 3d27f53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@
'sphinx.ext.imgmath',
'sphinx.ext.viewcode',
'sphinxcontrib.bibtex',
# 'sphinx.ext.napoleon',
# 'sphinx_rtd_theme',
]

bibtex_bibfiles = ['zreferences.bib']
Expand Down Expand Up @@ -173,4 +171,7 @@
# -- Options for intersphinx extension ---------------------------------------

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

0 comments on commit 3d27f53

Please sign in to comment.