We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfd0d5 commit 60110b4Copy full SHA for 60110b4
docs/sphinx/source/conf.py
@@ -56,6 +56,9 @@
56
'sphinx_toggleprompt',
57
]
58
59
+mathjax3_config = {'chtml': {'displayAlign': 'left',
60
+ 'displayIndent': '2em'}}
61
+
62
napoleon_use_rtype = False # group rtype on same line together with return
63
64
# Add any paths that contain templates here, relative to this directory.
docs/sphinx/source/whatsnew/v0.11.0.rst
@@ -27,11 +27,12 @@ Testing
27
28
Documentation
29
~~~~~~~~~~~~~
30
-
+* Configure mathjax to left-align and indent equations in docstrings. (:pull:`2056`)
31
32
Requirements
33
~~~~~~~~~~~~
34
35
36
Contributors
37
38
+* Cliff Hansen (:ghuser:`cwhanse`)
0 commit comments