Skip to content

Commit

Permalink
Fix m2r2 issue. See sphinx-doc/sphinx#8395
Browse files Browse the repository at this point in the history
I should get rid of this dependency if the problem is not solved.
  • Loading branch information
muammar committed Jan 7, 2021
1 parent 0b249ee commit 7923396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ def __getattr__(cls, name):
"sphinx.ext.ifconfig",
"sphinx.ext.viewcode",
#'recommonmark',
"m2r",
"m2r2",
"sphinx.ext.githubpages",
]

Expand Down
2 changes: 1 addition & 1 deletion docs/source/docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ installed::

Also, you have to install `m2r` from the following git repository::

pip install --upgrade 'git+https://github.com/crossnox/m2r@dev#egg=m2r'
pip install -U https://github.com/CrossNox/m2r2/archive/development.zip

Finally, execute the `makedocs.sh` script::

Expand Down

0 comments on commit 7923396

Please sign in to comment.