Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in
Toggle navigation
F
flask-admin
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
JIRA
JIRA
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Python-Dev
flask-admin
Commits
a8a303c4
Unverified
Commit
a8a303c4
authored
Feb 04, 2019
by
cclauss
Committed by
GitHub
Feb 04, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Python 3 compatibility in doc/conf.py
parent
280c76b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
conf.py
doc/conf.py
+7
-7
No files found.
doc/conf.py
View file @
a8a303c4
...
...
@@ -256,13 +256,13 @@ intersphinx_mapping = {'http://docs.python.org/': None}
# fall back if theme is not there
try
:
__import__
(
'flask_theme_support'
)
except
ImportError
,
e
:
print
'-'
*
74
print
'Warning: Flask themes unavailable. Building with default theme'
print
'If you want the Flask themes, run this command and build again:'
print
print
' git submodule update --init'
print
'-'
*
74
except
ImportError
as
e
:
print
(
'-'
*
74
)
print
(
'Warning: Flask themes unavailable. Building with default theme'
)
print
(
'If you want the Flask themes, run this command and build again:'
)
print
()
print
(
' git submodule update --init'
)
print
(
'-'
*
74
)
pygments_style
=
'tango'
html_theme
=
'default'
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment