We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c863ae5 commit 1b21a0aCopy full SHA for 1b21a0a
2 files changed
docs/source-pytorch/_static/paramlinks.css
@@ -0,0 +1,9 @@
1
+/* Keep sphinx_paramlinks anchors inline under the Lightning API theme. */
2
+article.pytorch-article .field-list .anchorjs-link {
3
+ display: inline;
4
+ position: static;
5
+ right: auto;
6
+ font-size: 1em !important;
7
+ padding-left: 0.25em;
8
+ vertical-align: baseline;
9
+}
docs/source-pytorch/conf.py
@@ -509,6 +509,7 @@ def setup(app):
509
# see: http://z4r.github.io/python/2011/12/02/hides-the-prompts-and-output/
510
app.add_js_file("copybutton.js")
511
app.add_css_file("main.css")
512
+ app.add_css_file("paramlinks.css", priority=800)
513
514
515
# copy all notebooks to local folder
0 commit comments