Skip to content

Commit d2e926d

Browse files
committed
Remove warnings in doc generation
1 parent 240d676 commit d2e926d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,8 @@
111111
# Add any paths that contain custom static files (such as style sheets) here,
112112
# relative to this directory. They are copied after the builtin static files,
113113
# so a file named "default.css" will overwrite the builtin "default.css".
114-
html_static_path = ['.static', 'images']
114+
#html_static_path = ['.static', 'images']
115+
html_static_path = ['images']
115116

116117
# If not '', a 'Last updated on:' timestamp is inserted at every page bottom,
117118
# using the given strftime format.

doc/rnnrbm.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,5 +400,5 @@ The code shown in this tutorial is a stripped-down version that can be improved
400400
* Learn the initial condition :math:`u^{(0)}` as a model parameter.
401401

402402

403-
A few samples generated with code including these features are available `here <http://www-etud.iro.umontreal.ca/~boulanni/sequences.zip>`_.
403+
A few samples generated with code including these features are available here: `sequences.zip <http://www-etud.iro.umontreal.ca/~boulanni/sequences.zip>`_.
404404

0 commit comments

Comments
 (0)