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
69018859
Unverified
Commit
69018859
authored
Feb 04, 2019
by
Serge S. Koval
Committed by
GitHub
Feb 04, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1804 from cclauss/patch-1
Python 3 compatibility in doc/conf.py
parents
280c76b5
a8a303c4
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 @
69018859
...
@@ -256,13 +256,13 @@ intersphinx_mapping = {'http://docs.python.org/': None}
...
@@ -256,13 +256,13 @@ intersphinx_mapping = {'http://docs.python.org/': None}
# fall back if theme is not there
# fall back if theme is not there
try
:
try
:
__import__
(
'flask_theme_support'
)
__import__
(
'flask_theme_support'
)
except
ImportError
,
e
:
except
ImportError
as
e
:
print
'-'
*
74
print
(
'-'
*
74
)
print
'Warning: Flask themes unavailable. Building with default theme'
print
(
'Warning: Flask themes unavailable. Building with default theme'
)
print
'If you want the Flask themes, run this command and build again:'
print
(
'If you want the Flask themes, run this command and build again:'
)
print
print
()
print
' git submodule update --init'
print
(
' git submodule update --init'
)
print
'-'
*
74
print
(
'-'
*
74
)
pygments_style
=
'tango'
pygments_style
=
'tango'
html_theme
=
'default'
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