Skip to content

Commit

Permalink
docs: minor improvements, select only relevant versions
Browse files Browse the repository at this point in the history
  • Loading branch information
vpratz committed Dec 20, 2024
1 parent a38a723 commit 770244e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docsrc/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ clean:

clean-all:
@make clean
@rm -rf docsrc/.bf_doc_gen_venv
@rm -rf .bf_doc_gen_venv
@find source/api -type f ! -name 'bayesflow.rst' -exec rm -f {} +

.PHONY: help Makefile
Expand Down
2 changes: 1 addition & 1 deletion docsrc/poly.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
# BRANCH_REGEX = r"^(master)$"

#: Regex matching the tags to build docs for
TAG_REGEX = r"^v[\.0-9]*$"
TAG_REGEX = r"^v(1\.1\.6|(?!1\.)[\.0-9]*)$"
# TAG_REGEX = r"^(v1.1.6)$"

#: Output dir relative to project root
Expand Down

0 comments on commit 770244e

Please sign in to comment.