Skip to content

Commit

Permalink
Fix renamed branch for readthedocs: master -> main
Browse files Browse the repository at this point in the history
  • Loading branch information
wkentaro committed Feb 7, 2023
1 parent 20e45c5 commit c7d6ecc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

__version__ = pkg_resources.get_distribution('imgviz').version
on_rtd = os.environ.get('READTHEDOCS', None) == 'True'
tag = 'master'
tag = 'main'

# -- Project information -----------------------------------------------------

Expand Down

0 comments on commit c7d6ecc

Please sign in to comment.