Skip to content

Commit 3c518e9

Browse files
committed
Merge pull request #635 from enthought/bugfix/fix-docs-build
Renames in branding and tweak doc building
2 parents 8f94c27 + 57701d8 commit 3c518e9

File tree

7 files changed

+6
-4
lines changed

7 files changed

+6
-4
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

docs/sphinx/requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
mock
22
sphinx
3-
sphinxcontrib-napoleon
43
sphinxcontrib-programoutput

docs/sphinx/source/conf.py

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,11 @@
5050

5151
# Add any Sphinx extension module names here, as strings. They can be extensions
5252
# coming with Sphinx (named 'sphinx.ext.*') or your custom ones.
53-
extensions = ['sphinx.ext.autodoc', 'sphinx.ext.mathjax',
54-
'sphinx.ext.autosummary', 'sphinx.ext.napoleon',
53+
extensions = ['sphinx.ext.autodoc',
54+
'sphinx.ext.mathjax',
55+
'sphinx.ext.autosummary',
56+
'sphinx.ext.napoleon',
57+
'sphinx.ext.viewcode',
5558
'sphinxcontrib.programoutput']
5659

5760
# Add any paths that contain templates here, relative to this directory.
@@ -137,7 +140,7 @@
137140

138141
# The name of an image file (relative to this directory) to place at the top
139142
# of the sidebar.
140-
html_logo = "../../../docs/www/output/images/distarray-logo.png"
143+
html_logo = "../../../branding/logos/pngs/DistArray-LOGO-smallest.png"
141144

142145
# The name of an image file (within the static path) to use as favicon of the
143146
# docs. This file should be a Windows icon file (.ico) being 16x16 or 32x32

0 commit comments

Comments
 (0)