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 4f00349 commit 928dfd9Copy full SHA for 928dfd9
.gitignore
@@ -44,7 +44,9 @@ dist/*
44
sdist/*
45
docs/api/*
46
docs/_rst/*
47
+!docs/_build/
48
docs/_build/*
49
+!docs/_build/html
50
cover/*
51
MANIFEST
52
.gitmodules
@@ -0,0 +1,4 @@
1
+[submodule "docs/_build/html"]
2
+ path = docs/_build/html
3
+ url = git@github.com:DWesl/check-python-h-first
4
+ branch = gh-pages
docs/_build/html
docs/conf.py
@@ -72,6 +72,7 @@
72
"sphinx.ext.ifconfig",
73
"sphinx.ext.mathjax",
74
"sphinx.ext.napoleon",
75
+ "sphinx.ext.githubpages",
76
]
77
78
# Add any paths that contain templates here, relative to this directory.
0 commit comments