Skip to content

Commit

Permalink
Merge pull request #2131 from amnonh/doc_4_6
Browse files Browse the repository at this point in the history
conf.py: add doc support for 4.6 branch
  • Loading branch information
amnonh authored Dec 15, 2023
2 parents bcbaf49 + bd3ffb3 commit 4b22435
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@

# Build documentation for the following tags and branches
TAGS = []
BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5']
BRANCHES = ['master', 'branch-3.4', 'branch-3.5', 'branch-3.6', 'branch-3.7', 'branch-3.8', 'branch-3.9', 'branch-3.10', 'branch-4.0', 'branch-4.1', 'branch-4.2', 'branch-4.3', 'branch-4.4', 'branch-4.5', 'branch-4.6']
# Set the latest version.
LATEST_VERSION = 'branch-4.5'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['master']
UNSTABLE_VERSIONS = ['master', 'branch-4.6']
# Set which versions are deprecated
DEPRECATED_VERSIONS = []

Expand Down

0 comments on commit 4b22435

Please sign in to comment.