Skip to content

Commit d70b980

Browse files
committed
Stop running Mkdocs JSON builder
This has been removed from mkdocs, so we should stop running it. It will fix the error here: http://readthedocs.org/projects/mkdocs/builds/6503359/
1 parent 55ecd93 commit d70b980

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

readthedocs/projects/tasks.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -727,14 +727,6 @@ def move_files(version_pk, hostname, html=False, localmedia=False, search=False,
727727
type_='epub', version_slug=version.slug, include_file=False)
728728
Syncer.copy(from_path, to_path, host=hostname)
729729

730-
if 'mkdocs' in version.project.documentation_type:
731-
if search:
732-
from_path = version.project.artifact_path(version=version.slug,
733-
type_='mkdocs_json')
734-
to_path = version.project.get_production_media_path(
735-
type_='json', version_slug=version.slug, include_file=False)
736-
Syncer.copy(from_path, to_path, host=hostname)
737-
738730

739731
@app.task(queue='web')
740732
def update_search(version_pk, commit, delete_non_commit_files=True):

0 commit comments

Comments
 (0)