Skip to content

Commit

Permalink
Fixing lexer issues for docs (#276)
Browse files Browse the repository at this point in the history
* Update setup.py

* Update conf.py
  • Loading branch information
dfm committed Dec 6, 2022
1 parent 3ff6c6d commit 11eeef2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"sphinx.ext.napoleon",
"sphinx.ext.mathjax",
"myst_nb",
"IPython.sphinxext.ipython_console_highlighting",
]

myst_enable_extensions = ["dollarmath", "colon_fence"]
Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@
"docs": [
"sphinx-book-theme",
"myst-nb",
"ipython",
"matplotlib",
"corner",
"lightkurve",
Expand Down

0 comments on commit 11eeef2

Please sign in to comment.