We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0a2abd commit cc97f19Copy full SHA for cc97f19
.readthedocs.yml
@@ -12,6 +12,8 @@ build:
12
jobs:
13
pre_build:
14
# Generate the Sphinx configuration for this Jupyter Book so it builds.
15
+ - pip install versioneer[toml]==0.29
16
+ - pip install . --no-deps --no-build-isolation
17
- "cp README.md docs"
18
- "cp notebooks/*.ipynb docs"
19
- "jupyter-book config sphinx docs/"
0 commit comments