Skip to content

Commit b95f901

Browse files
committed
Add sphinx-autocodelink
1 parent 6032580 commit b95f901

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

_config.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,5 @@ bibtex_bibfiles:
6060
sphinx:
6161
config:
6262
bibtex_reference_style: author_year # or label, super, \supercite
63+
extra_extensions:
64+
- sphinx_codeautolink

conda/environment-unpinned.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ dependencies:
1919
- geoviews
2020
- gsw
2121
- hvplot
22+
- ipython # Needed for sphinx-codeautolink
2223
- matplotlib-base
2324
- netcdf4
2425
- pint-xarray
@@ -29,3 +30,6 @@ dependencies:
2930
- scipy
3031
- xarray
3132
- zarr
33+
- pip
34+
- pip:
35+
- sphinx-codeautolink

0 commit comments

Comments
 (0)