Skip to content

Commit

Permalink
Merge pull request #870 from llange/sphinx-use-m2r2
Browse files Browse the repository at this point in the history
Docs: replace deprecated `m2r` plugin with its successor `m2r2`
  • Loading branch information
dexterbg committed Apr 15, 2023
2 parents e0a8e91 + a64ce5f commit 8170c25
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ See: [http://www.sphinx-doc.org/en/master/usage/installation.html](http://www.sp

#### 3. Install Plugins

`pip install m2r`
`pip install m2r2`

#### 4. Build the docs

Expand Down
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'm2r',
'm2r2',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
m2r
m2r2
docutils<0.18
mistune<2.0.0

0 comments on commit 8170c25

Please sign in to comment.