Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

conf.py add branch-4.7 #2240

Closed
wants to merge 1 commit into from
Closed
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
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', 'branch-4.6']
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', 'branch-4.7']
# Set the latest version.
LATEST_VERSION = 'branch-4.6'
# Set which versions are not released yet.
UNSTABLE_VERSIONS = ['master']
UNSTABLE_VERSIONS = ['master', 'branch-4.7']
# Set which versions are deprecated
DEPRECATED_VERSIONS = []

Expand Down
Loading