Remove conf.py context variable

pr/4577
Manuel Kaufmann 2018-08-22 11:28:54 -03:00
parent 8c33590e61
commit b6fc199cda
1 changed files with 0 additions and 3 deletions

View File

@ -141,6 +141,3 @@ if 'extensions' in globals():
extensions.insert(0, "readthedocs_ext.readthedocs")
else:
extensions = ["readthedocs_ext.readthedocs"]
# Build the json artifacts with the html build step
rtd_generate_json_artifacts = True