|
|
@@ -35,7 +35,7 @@ blog_baseurl = u''
|
|
|
# links. Dictionary keys are what should be used in ``post`` directive
|
|
|
# to refer to the author. Default is ``{}``.
|
|
|
blog_authors = {
|
|
|
- 'woo': ('woo', None),
|
|
|
+ 'joe': ('joe', None),
|
|
|
}
|
|
|
|
|
|
|
|
|
@@ -132,7 +132,7 @@ html_sidebars = {
|
|
|
|
|
|
# Link to `Font Awesome`_ at `Bootstrap CDN`_ and use icons in sidebars
|
|
|
# and post footers. Default: ``None``
|
|
|
-# fontawesome_link_cdn = None
|
|
|
+fontawesome_link_cdn = 'https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.15.3/css/fontawesome.min.css'
|
|
|
|
|
|
# Sphinx_ theme already links to `Font Awesome`_. Default: ``False``
|
|
|
# fontawesome_included = False
|
|
|
@@ -186,8 +186,8 @@ master_doc = 'index'
|
|
|
|
|
|
# General information about the project.
|
|
|
project = u'Eyefall'
|
|
|
-copyright = u'2021, woo'
|
|
|
-author = u'woo'
|
|
|
+copyright = u'2021, joe'
|
|
|
+author = u'joe'
|
|
|
|
|
|
# The version info for the project you're documenting, acts as replacement for
|
|
|
# |version| and |release|, also used in various other places throughout the
|