Skip to content

Commit 468ca52

Browse files
committed
Remove permalinks from Sphinx doc generation.
1 parent 335b0ad commit 468ca52

2 files changed

Lines changed: 3 additions & 0 deletions

File tree

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,8 @@
145145
# typographically correct entities.
146146
html_use_smartypants = True
147147

148+
html_add_permalinks = None
149+
148150
# Custom sidebar templates, maps document names to template names.
149151
#html_sidebars = {}
150152

docs/theme/deis/layout.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap.css', 1) }}" type="text/css">
1414
<link rel="stylesheet" href="{{ pathto('_static/css/bootstrap-responsive.css', 1) }}" type="text/css">
1515
<link rel="stylesheet" href="{{ pathto('_static/css/main.css', 1) }}" type="text/css">
16+
<link rel="stylesheet" href="{{ pathto('_static/pygments.css', 1) }}" type="text/css">
1617
<link rel="shortcut icon" href="{{ pathto('_static/favicon.ico', 1) }}">
1718
<script
1819
<script src="{{ pathto('_static/js/modernizr-2.6.2-respond-1.1.0.min.js', 1) }}"></script>

0 commit comments

Comments
 (0)