We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 838d73d commit 058dc87Copy full SHA for 058dc87
.readthedocs.yml
@@ -1,3 +1,9 @@
1
+version: 2
2
+sphinx:
3
+ configuration: doc/conf.py
4
+
5
6
python:
7
install:
- - path: .
8
+ - method: pip
9
+ path: .
doc/conf.py
@@ -55,3 +55,11 @@
55
# relative to this directory. They are copied after the builtin static files,
56
# so a file named "default.css" will overwrite the builtin "default.css".
57
# html_static_path = ["_static"]
58
59
+html_theme_options = {
60
+ # "logo": "meshplex-logo.svg",
61
+ "github_user": "nschloe",
62
+ "github_repo": "tikzplotlib",
63
+ "github_banner": True,
64
+ "github_button": False,
65
+}
0 commit comments