Skip to content

Commit

Permalink
Add playground (#260)
Browse files Browse the repository at this point in the history
* feat: initial commit to add playground WIP

* feat: add playground.py WIP

* feat: reset playground.js WIP

* feat: change default code

* feat: rename playground python file

* docs: Fix css and add examples to md

* docs: Fix playground.py

* docs: Fix playground-config.js

* docs: Shift css js to _static folder

* docs: Add playground to docs

* docs: Fix mkdocs integration with github and rtd
  • Loading branch information
kayjan authored Jun 25, 2024
1 parent e1cdb29 commit 66b8794
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,4 +35,4 @@ jobs:
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
run: python -m mkdocs gh-deploy
2 changes: 1 addition & 1 deletion .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ build:
tools:
python: "3.8"
jobs:
pre_create_environment:
pre_build:
- python docs/_static/playground_whl.py

# Build documentation in the docs/ directory with Sphinx
Expand Down

0 comments on commit 66b8794

Please sign in to comment.