Merge branch 'master' into agj/update-translations-rebase

This commit is contained in:
Anthony Johnson
2019-07-25 00:07:44 -06:00
7 changed files with 65 additions and 49 deletions

View File

@@ -11,6 +11,8 @@ New Features
Fixes
-----
* Fix definition lists looking different with Sphinx 2.0+
Other Changes
--------------

View File

@@ -25,7 +25,7 @@ citation references ([12]_), substitution references (|example|), and _`inline h
text (generated by processing errors; this one is intentional).
Also with ``sphinx.ext.autodoc``, which I use in the demo, I can link to :class:`test_py_module.test.Foo`.
It will link you right my code documentation for it.
It will link you right to my code documentation for it.
The default role for interpreted text is `Title Reference`. Here are some explicit interpreted text roles:
a PEP reference (:PEP:`287`); an RFC reference (:RFC:`2822`); a :sub:`subscript`; a :sup:`superscript`;