We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b888962 commit c6d17f6Copy full SHA for c6d17f6
doc/Makefile
@@ -40,7 +40,7 @@ clean:
40
-rm -rf *.nii.gz
41
42
html_stable:
43
- $(SPHINXBUILD) -D -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html_stable
+ $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) $(BUILDDIR)/html_stable
44
@echo
45
@echo "Build finished. The HTML pages are in $(BUILDDIR)/html_stable."
46
doc/_static/navy.css
@@ -209,6 +209,7 @@ div.related ul li a:hover {
209
div.body {
210
margin: 0;
211
padding: 0.5em 20px 20px 20px;
212
+ max-width: unset;
213
}
214
215
div.bodywrapper {
0 commit comments