Skip to content

Commit

Permalink
fixing sphinx conf.py for readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
harmsm committed Aug 18, 2023
1 parent 5a03e54 commit c1dd5ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def __getattr__(cls, name):
#
# This is also used if you do content translation via gettext catalogs.
# Usually you set "language" from the command line for these cases.
language = None
language = "en"

# There are two options for replacing |today|: either, you set today to some
# non-false value, then it is used:
Expand Down Expand Up @@ -343,7 +343,7 @@ def __getattr__(cls, name):
# path where to save gallery generated examples
'gallery_dirs' : 'gallery',
'backreferences_dir': 'generated/modules',
'download_section_examples' : False,
'download_all_examples' : False,
'reference_url': {
'epistasis': None,
},
Expand Down

0 comments on commit c1dd5ee

Please sign in to comment.