Skip to content

Commit

Permalink
readthedocs change to python3
Browse files Browse the repository at this point in the history
  • Loading branch information
KissPeter committed Feb 9, 2020
1 parent 6587046 commit 08a2d02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env python2
#!/usr/bin/env python3
import os
import sys

Expand Down Expand Up @@ -42,6 +42,7 @@
# default anyway. This block will use the same theme when building locally
if not on_rtd:
import sphinx_rtd_theme

html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
html_style = 'css/custom.css'

0 comments on commit 08a2d02

Please sign in to comment.