Skip to content

Commit

Permalink
Merge pull request #784 from annastuchlik/anna-publish-tag-v0.9.0
Browse files Browse the repository at this point in the history
doc: enable publishing docs for tag v0.9.0
  • Loading branch information
wprzytula authored Aug 8, 2023
2 parents 4efc84d + da53ac6 commit 4f34556
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@
# -- General configuration ------------------------------------------------

# Build documentation for the following tags and branches
TAGS = []
TAGS = ['v0.9.0']
BRANCHES = ['main']
# Set the latest version.
LATEST_VERSION = 'main'
LATEST_VERSION = 'v0.9.0'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = []
UNSTABLE_VERSIONS = ['main']
# Set which versions are deprecated
DEPRECATED_VERSIONS = []

Expand Down

0 comments on commit 4f34556

Please sign in to comment.