Skip to content

Commit

Permalink
test readthedocs wtih recommonmark
Browse files Browse the repository at this point in the history
  • Loading branch information
willforde committed Mar 9, 2021
1 parent 0399c71 commit afcdd11
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ returns a 304 Not-Modified response, the cache is used, saving having to re-down


## Install
Urlquick2 officially supports Python 2.7 & 3.6+.
Urlquick 2 officially supports Python 2.7 & 3.6+.
```console
$ pip install urlquick
```
Expand Down
1 change: 1 addition & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ def extract_variable(filename, variable): # type: (str, str) -> str
'sphinx.ext.autodoc',
'sphinx.ext.intersphinx',
'sphinx.ext.viewcode'
'recommonmark'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit afcdd11

Please sign in to comment.