File tree 3 files changed +13
-10
lines changed
3 files changed +13
-10
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ sphinx:
17
17
18
18
# We recommend specifying your dependencies to enable reproducible builds:
19
19
# https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html
20
- # python:
21
- # install:
22
- # - requirements: docs/requirements.txt
20
+ python :
21
+ install :
22
+ - requirements : dev/ docs/requirements.txt
23
23
Original file line number Diff line number Diff line change
1
+ sphinx-bootstrap-theme
2
+ sphinx_rtd_theme
3
+
Original file line number Diff line number Diff line change 15
15
pygments_style = 'sphinx'
16
16
intersphinx_mapping = {'python' : ('https://docs.python.org/3' , None )}
17
17
18
- sys .path .append (os .path .abspath ('_themes' ))
19
- html_theme_path = ['_themes' ]
20
- html_theme = 'bootstrap '
21
- html_theme_options = {'nosidebar' : True }
18
+ # sys.path.append(os.path.abspath('_themes'))
19
+ # html_theme_path = ['_themes']
20
+ html_theme = 'sphinx_rtd_theme '
21
+ # html_theme_options = {'nosidebar': True}
22
22
html_title = "XlsxWriter Documentation"
23
23
html_static_path = ['_static' ]
24
24
html_show_sphinx = True
60
60
61
61
linkcheck_ignore = ["https://www.paypal.com" ]
62
62
63
- extlinks = {'issue' : ('https://github.com/jmcnamara/XlsxWriter/issues/%s' , 'Issue # ' ),
64
- 'feature' : ('https://github.com/jmcnamara/XlsxWriter/issues/%s' , 'Feature Request # ' ),
65
- 'pull' : ('https://github.com/jmcnamara/XlsxWriter/pull/%s' , 'Pull Request # ' )}
63
+ extlinks = {'issue' : ('https://github.com/jmcnamara/XlsxWriter/issues/%s' , 'Issue %s ' ),
64
+ 'feature' : ('https://github.com/jmcnamara/XlsxWriter/issues/%s' , 'Feature Request %s ' ),
65
+ 'pull' : ('https://github.com/jmcnamara/XlsxWriter/pull/%s' , 'Pull Request %s ' )}
You can’t perform that action at this time.
0 commit comments