Skip to content

Commit

Permalink
support markdown and newer version sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
zfw1226 committed Jul 13, 2023
1 parent ca68ed4 commit af0c567
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/conf.py
Expand Up @@ -27,11 +27,13 @@
# support doc string with section titles
'sphinx.ext.autosummary',
'sphinx.ext.extlinks',
# support markdown
'recommonmark',
]

extlinks = {
'bin': ('http://cs.jhu.edu/~qiuwch/release/unrealcv/%s', None),
'gitcode': ('https://github.com/unrealcv/unrealcv/blob/master/', '')
'gitcode': ('https://github.com/unrealcv/unrealcv/blob/master/%s', "%s")
}

# Github repo
Expand Down

0 comments on commit af0c567

Please sign in to comment.