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: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ build:
commands:
- pip install -e .[docs]
- if [ -n "$GH_TOKEN" ]; then pip install git+https://${GH_TOKEN}@github.com/squidfunk/mkdocs-material-insiders.git; fi
- make ipynb-to-md
- mkdocs build --site-dir $READTHEDOCS_OUTPUT/html
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ run-ci: format lint type test ## Running all CI checks
rewrite-docs: ## Use GPT4 to rewrite the documentation
@echo "Rewriting the documentation in directory $(DIR)..."
$(Q)python $(GIT_ROOT)/docs/python alphred.py --directory $(DIR)
ipynb-to-md: ## Convert ipynb files to md files
$(Q)python $(GIT_ROOT)/scripts/ipynb_to_md.py
docsite: ## Build and serve documentation
$(Q)$(MAKE) ipynb-to-md
$(Q)mkdocs serve
$(Q)mkdocs serve --dirtyreload

# Benchmarks
run-benchmarks-eval: ## Run benchmarks for Evaluation
Expand Down
Loading
Loading