Skip to content

Commit 225bf7e

Browse files
authored
Merge pull request #337 from IBM/development_maintenance
Fix docs build
2 parents 3737bdd + d176a16 commit 225bf7e

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@
9696
# Add any paths that contain custom static files (such as style sheets) here,
9797
# relative to this directory. They are copied after the builtin static files,
9898
# so a file named "default.css" will overwrite the builtin "default.css".
99-
html_static_path = ['_static']
99+
html_static_path = []
100100

101101
# Custom sidebar templates, must be a dictionary that maps document names
102102
# to template names.

readthedocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
requirements_file: requirements.txt
2+
version: 2
3+
sphinx:
4+
configuration: docs/conf.py
25
python:
3-
version: 3.5
6+
version: 3.6
47
pip_install: true
58
use_system_site_packages: true
69
extra_requirements:

0 commit comments

Comments
 (0)