File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change @@ -181,3 +181,6 @@ pseudoxml:
181
181
$(SPHINXBUILD ) -b pseudoxml $(ALLSPHINXOPTS ) $(BUILDDIR ) /pseudoxml
182
182
@echo
183
183
@echo " Build finished. The pseudo-XML files are in $( BUILDDIR) /pseudoxml."
184
+
185
+ serve :
186
+ cd $(BUILDDIR ) /dirhtml && python3 -m http.server 8005
Original file line number Diff line number Diff line change 40
40
ga ( 'send' , 'pageview' ) ;
41
41
</ script >
42
42
{% endblock %}
43
+
44
+ {%- block footer %}
45
+ < div class ="footer ">
46
+ < div class ="bodywrapper " style ="display:block;position:relative; ">
47
+ < div style ="display:block;width:100%;padding-top:25%; "> </ div >
48
+ < div class ="rpad " data-unit ="4x1 " style ="position:absolute;left:0;top:0;right:0;bottom:0;overflow:hidden; "> </ div >
49
+ </ div >
50
+ {% if show_copyright %}< p > ©{{ copyright }}</ p > {% endif %}
51
+ </ div >
52
+ {% endblock %}
Original file line number Diff line number Diff line change 46
46
47
47
# General information about the project.
48
48
project = u'pythonguide'
49
- copyright = u'2016. A <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> Project . <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>'
49
+ copyright = u'2011–2018 <a href="http://kennethreitz.com/pages/open-projects.html">Kenneth Reitz</a> & <a href="https://realpython.com">Real Python</a> . <a href="http://creativecommons.org/licenses/by-nc-sa/3.0/">CC BY-NC-SA 3.0</a>'
50
50
51
51
# The version info for the project you're documenting, acts as replacement for
52
52
# |version| and |release|, also used in various other places throughout the
241
241
epub_title = u'pythonguide'
242
242
epub_author = u'Kenneth Reitz'
243
243
epub_publisher = u'Kenneth Reitz'
244
- epub_copyright = u'2016 , Kenneth Reitz'
244
+ epub_copyright = u'2011–2018 , Kenneth Reitz & Real Python '
245
245
246
246
# The language of the text. It defaults to the language option
247
247
# or en if the language is not set.
You can’t perform that action at this time.
0 commit comments