Skip to content

Commit b5c96fc

Browse files
authored
Merge pull request #462 from nschloe/more-rtd
more rtd config
2 parents 838d73d + 058dc87 commit b5c96fc

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.readthedocs.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
version: 2
2+
sphinx:
3+
configuration: doc/conf.py
4+
5+
16
python:
27
install:
3-
- path: .
8+
- method: pip
9+
path: .

doc/conf.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,11 @@
5555
# relative to this directory. They are copied after the builtin static files,
5656
# so a file named "default.css" will overwrite the builtin "default.css".
5757
# 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

Comments
 (0)