From 04f8a49ac60c50b6088af5a455c3fe1b1409c342 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?benjamin=20melan=C3=A7on?= Date: Mon, 23 Mar 2020 13:49:36 -0400 Subject: [PATCH] Try commenting out thing recommonmark's conf.py doesn't have Trying to avoid this error: Running Sphinx v1.8.5 loading translations [en]... done making output directory... Traceback (most recent call last): File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/cmd/build.py", line 303, in build_main args.tags, args.verbosity, args.jobs, args.keep_going) File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/application.py", line 251, in __init__ self.emit('config-inited', self.config) File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/application.py", line 510, in emit return self.events.emit(event, self, *args) File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/events.py", line 80, in emit results.append(callback(*args)) File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/util/compat.py", line 38, in deprecate_source_parsers app.add_source_parser(suffix, parser) File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/application.py", line 1211, in add_source_parser self.registry.add_source_parser(*args, **kwargs) File "/home/docs/checkouts/readthedocs.org/user_builds/agaric-documentation/envs/latest/lib/python2.7/site-packages/sphinx/registry.py", line 310, in add_source_parser filetype) ExtensionError: source_parser for 'md' is already registered Extension error: source_parser for 'md' is already registered --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index 7791408..06bb0d1 100644 --- a/conf.py +++ b/conf.py @@ -42,7 +42,7 @@ release = u'' # ones. extensions = [ 'sphinx.ext.autodoc', - 'sphinx.ext.todo', +# 'sphinx.ext.todo', 'recommonmark', ]