Skip to content

Commit

Permalink
add additional known sphinx roles
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell committed Jul 8, 2019
1 parent f14dfd2 commit ebf01aa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ipypublish/filters_pandoc/definitions.py
Expand Up @@ -65,4 +65,6 @@
)

RST_KNOWN_ROLES = (
"py:attr", "py:meth", "py:class", "py:func", "py:mod")
"py:attr", "py:meth", "py:class", "py:func", "py:mod",
"attr", "meth", "class", "func", "mod",
"download", "doc", "file", "program")

0 comments on commit ebf01aa

Please sign in to comment.