Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ jobs:
- name: Install dependencies
run: |
pip install -r docs/requirements.txt
python docs/_static/playground_whl.py
git config user.name 'github-actions[bot]' && git config user.email 'github-actions[bot]@users.noreply.github.com'
- name: Deploy to GH Pages
run: mkdocs gh-deploy
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ assets/docstr
site/
.cache
.benchmarks

*.tar.gz
*.whl
3 changes: 3 additions & 0 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ build:
os: ubuntu-20.04
tools:
python: "3.8"
jobs:
pre_create_environment:
- python docs/_static/playground_whl.py

# Build documentation in the docs/ directory with Sphinx
mkdocs:
Expand Down
5 changes: 5 additions & 0 deletions docs/_static/playground-config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
var colorNotebook = {
"playgroundWheels": ['pygments-2.17.2-py3-none-any.whl', 'bigtree-0.19.0-py3-none-any.whl'],
"notebookWheels": [],
"defaultPlayground": ""
}
1 change: 1 addition & 0 deletions docs/_static/playground.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading