Skip to content

Commit

Permalink
Added intersphinx, version bumped
Browse files Browse the repository at this point in the history
  • Loading branch information
harisankar95 committed Feb 28, 2024
1 parent 605493e commit 511d738
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
"sphinx.ext.inheritance_diagram", # for inheritance diagrams
"sphinx.ext.graphviz", # for graphviz
"sphinx.ext.mathjax", # for math
"sphinx.ext.intersphinx", # for intersphinx
"sphinx_autodoc_typehints", # for type hints
"sphinx_copybutton", # for copy button
"sphinx-prompt", # for prompt
Expand Down Expand Up @@ -74,6 +75,15 @@

exclude_patterns = ["_build", "Thumbs.db", ".DS_Store", "**.ipynb_checkpoints"]

# Intersphinx configuration
intersphinx_mapping = {
"python": ("https://docs.python.org/3", None),
"numpy": ("https://numpy.org/doc/stable/", None),
"matplotlib": ("https://matplotlib.org/stable", None),
"gymnasium": ("https://gymnasium.farama.org/", None),
"scikit-image": ("https://scikit-image.org/docs/stable/", None),
}


# -- Options for HTML output -------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#options-for-html-output
Expand Down
2 changes: 1 addition & 1 deletion voxelgym2D/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.3.2
0.3.2.post1

0 comments on commit 511d738

Please sign in to comment.