File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 8787
8888desc "build the docs"
8989task :docs do
90- sh "pip install sphinx"
90+ # Sphinx 1.7.5 is required otherwise docs are not properly built
91+ sh "pip install sphinx==1.7.5"
9192 Dir . chdir 'docs' do
9293 sh "make html"
9394 end
Original file line number Diff line number Diff line change 160160# Add any paths that contain custom static files (such as style sheets) here,
161161# relative to this directory. They are copied after the builtin static files,
162162# so a file named "default.css" will overwrite the builtin "default.css".
163- html_static_path = ['_static' ]
163+ # html_static_path = ['_static']
164164
165165# Add any extra paths that contain custom files (such as robots.txt or
166166# .htaccess) here, relative to this directory. These files are copied
You can’t perform that action at this time.
0 commit comments