Skip to content

Commit

Permalink
docs: fix readthedos build issue
Browse files Browse the repository at this point in the history
Issue #1021
  • Loading branch information
jmcnamara committed Oct 19, 2023
1 parent 3e20bf8 commit 75f5816
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions dev/docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
intersphinx_mapping = {'python': ('https://docs.python.org/3', None)}

sys.path.append(os.path.abspath('_themes'))
html_theme_path = ['_themes']

#html_theme_path = ['_themes']
html_theme = 'bootstrap'
html_theme_options = {'nosidebar': True}
html_title = "XlsxWriter Documentation"
Expand Down Expand Up @@ -60,6 +61,6 @@

linkcheck_ignore = ["https://www.paypal.com"]

extlinks = {'issue': ('https://github.com/jmcnamara/XlsxWriter/issues/%s', 'Issue #'),
'feature': ('https://github.com/jmcnamara/XlsxWriter/issues/%s', 'Feature Request #'),
'pull': ('https://github.com/jmcnamara/XlsxWriter/pull/%s', 'Pull Request #')}
extlinks = {'issue': ('https://github.com/jmcnamara/XlsxWriter/issues/%s', 'Issue %s'),
'feature': ('https://github.com/jmcnamara/XlsxWriter/issues/%s', 'Feature Request %s'),
'pull': ('https://github.com/jmcnamara/XlsxWriter/pull/%s', 'Pull Request %s')}

0 comments on commit 75f5816

Please sign in to comment.