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

Remove temporary devguide branch from website #236

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
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
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
# Multiversion
smv_released_pattern = r'^refs/tags/.*$' # Tags only
smv_tag_whitelist = r'^v\d+\.\d+\.\d+$' # Include tags like "v2.1.1"
smv_branch_whitelist = r"^(master|chore/developer_guide)$" # Only use master branch
smv_branch_whitelist = r"^master$" # Only use master branch
smv_remote_whitelist = r"^origin$" # Use branches from remote origin
smv_outputdir_format = '{ref.name}' # Use the branch/tag name

Expand Down
Loading