Skip to content

Commit

Permalink
Merge pull request #686 from jGaboardi/handle_island_warnings
Browse files Browse the repository at this point in the history
update sphinx tooling, etc.
  • Loading branch information
jGaboardi committed Nov 2, 2022
2 parents dd4bef3 + 262ac26 commit eb3eadd
Show file tree
Hide file tree
Showing 16 changed files with 1,170 additions and 1,195 deletions.
15 changes: 8 additions & 7 deletions docs/conf.py
Expand Up @@ -68,7 +68,7 @@
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# List of patterns, relative to source directory, that match files and
# directories to ignore when looking for source files.
Expand Down Expand Up @@ -251,15 +251,15 @@ def setup(app):
# Example configuration for intersphinx: refer to the Python standard library.
intersphinx_mapping = {
"esda": ("https://pysal.org/esda/", None),
"geopandas": ("https://geopandas.readthedocs.io/en/latest/", None),
"geopandas": ("https://geopandas.org/en/latest/", None),
"libpysal": ("https://pysal.org/libpysal/", None),
"matplotlib": ("https://matplotlib.org/", None),
"networkx": ("https://networkx.github.io/documentation/stable/", None),
"matplotlib": ("https://matplotlib.org/stable/", None),
"networkx": ("https://networkx.org/documentation/stable/", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"pandas": ("https://pandas.pydata.org/pandas-docs/stable/", None),
"pointpats": ("https://pointpats.readthedocs.io/en/latest/", None),
"python": ("https://docs.python.org/3.9/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/reference/", None),
"python": ("https://docs.python.org/3.11/", None),
"scipy": ("https://docs.scipy.org/doc/scipy/", None),
}

# This is processed by Jinja2 and inserted before each notebook
Expand Down Expand Up @@ -301,6 +301,7 @@ def setup(app):
"--InlineBackend.rc={'figure.dpi': 96}",
]

mathjax_config = {

mathjax3_config = {
"TeX": {"equationNumbers": {"autoNumber": "AMS", "useLabelIds": True}},
}

0 comments on commit eb3eadd

Please sign in to comment.