From a762daddb54be6e697375f8ed347cdf0aeaf4477 Mon Sep 17 00:00:00 2001 From: Howard Butler Date: Wed, 14 Oct 2020 14:40:42 -0500 Subject: Plot building Github Action (#2377) * implement conda package building * paths * need libtool * PLATFORM check * point to my PROJ feedstock for now * point to PROJ repos * plot building and artifact upload * syntax * add proj conda package for plotting * retab * no doxygen * syntax * update docs Makefile * doc building * needs * consolidate doc/plots * plot updates * put updated plot output into docs * register spelling module * use v2 download-artifact * artifact upload --- docs/source/conf.py | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/source/conf.py') diff --git a/docs/source/conf.py b/docs/source/conf.py index deb2a53a..31b81d3f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -35,6 +35,7 @@ import bibstyle extensions = [ 'sphinx.ext.mathjax', 'sphinxcontrib.bibtex', + 'sphinxcontrib.spelling', 'breathe', 'redirects', ] -- cgit v1.2.3