Skip to content

Commit

Permalink
Revert "check that circle-ci fails on a warning"
Browse files Browse the repository at this point in the history
This reverts commit 5cbe12e.
  • Loading branch information
chrisjsewell committed Feb 27, 2020
1 parent 5cbe12e commit ffea359
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions docs/Makefile
Expand Up @@ -19,9 +19,9 @@ help:
%: Makefile
@$(SPHINXBUILD) -M $@ "$(SOURCEDIR)" "$(BUILDDIR)" $(SPHINXOPTS) $(O)

# raise warnings to errors, but don't stop on the first error
# raise warnings to errors
html-strict:
@$(SPHINXBUILD) -b html -nW --keep-going "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)
@$(SPHINXBUILD) -b html -nW "$(SOURCEDIR)" "$(BUILDDIR)/html" $(SPHINXOPTS) $(O)

clean:
rm -r $(BUILDDIR)
4 changes: 0 additions & 4 deletions docs/using/sphinx.md
Expand Up @@ -5,7 +5,3 @@ Sphinx is a documentation generator for building a website or book from multiple
To use the MyST parser in Sphinx, simply add: `extensions = ["myst_parser"]` to your `conf.py` and all documents with the `.md` extension will be parsed as MyST.

Naturally this site is generated with Sphinx and MyST!

```a
b
```

0 comments on commit ffea359

Please sign in to comment.