Skip to content

Commit

Permalink
updated doc config
Browse files Browse the repository at this point in the history
  • Loading branch information
bmcfee committed Jun 27, 2020
1 parent 642c6d8 commit de03e8d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/conf.py
Expand Up @@ -383,10 +383,10 @@ def reset_mpl(gallery_conf, fname):

autodoc_member_order = "bysource"

#smv_branch_whitelist = r"^main|(doc.*)$"
#smv_tag_whitelist = r"^(0\.6\.3)|(0\.7\.2)|(0\.[8]\.\d+)$" # use this for final builds
smv_branch_whitelist = r"^doc-modernize$"
smv_tag_whitelist = r"^(0\.7\.[12])$|^(0\.[8]\.\d+)$"
smv_branch_whitelist = r"^(main|doc.*)$"
smv_tag_whitelist = r"^((0\.6\.3)|(0\.7\.\d+)|(0\.[8]\.\d+))$" # use this for final builds
#smv_branch_whitelist = r"^doc-modernize$"
#smv_tag_whitelist = r"^(0\.7\.[12])$|^(0\.[8]\.\d+)$"
smv_released_pattern = r'.*tags.*'
smv_remote_whitelist = None
smv_greatest_tag = True
Expand Down

0 comments on commit de03e8d

Please sign in to comment.