Skip to content

Commit

Permalink
Switch from recommonmark to myst
Browse files Browse the repository at this point in the history
This addresses issue #43.
  • Loading branch information
iustin committed Feb 4, 2024
1 parent 0d664a3 commit 0e4deec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
pip install setuptools
pip install pytest
pip install sphinx
pip install recommonmark
pip install myst-parser
- name: Build the code
run: python ./setup.py build_ext -i
Expand Down
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

# Add any Sphinx extension module names here, as strings. They can be extensions
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'recommonmark']
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.todo', 'myst_parser']

# Add any paths that contain templates here, relative to this directory.
templates_path = ['_templates']
Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
recommonmark
myst-parser

0 comments on commit 0e4deec

Please sign in to comment.