Skip to content
This repository was archived by the owner on Jan 15, 2024. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions ci/jenkins/build_steps.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,7 @@ def website_linkcheck(workspace_name, conda_env_name) {
if [[ ${enforce_linkcheck} == true ]]; then
make -C docs linkcheck SPHINXOPTS=-W
else
set +e
make -C docs linkcheck
fi;
set +ex
Expand Down
4 changes: 1 addition & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,7 @@

# add markdown parser
CommonMarkParser.github_doc_root = github_doc_root
source_parsers = {
'.md': CommonMarkParser
}
extensions = ['recommonmark']

# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom ones
Expand Down
Loading