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 40b0ff5 commit 59464b3Copy full SHA for 59464b3
noxfile.py
@@ -18,7 +18,6 @@ def docs(session):
18
def docs_live(session):
19
session.install("-r", "doc/doc-requirements.txt")
20
session.install("sphinx-autobuild")
21
- session.install("git+https://github.com/pydata/pydata-sphinx-theme@main")
22
session.run(
23
"sphinx-autobuild",
24
"--re-ignore",
0 commit comments