-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
sphinx-build dies under 1.7.0 #4615
Copy link
Copy link
Closed
Labels
Milestone
Description
Subject: upgrading to 1.7 causes build to die, reverting to 1.6.3 restores function
Problem
1.7.0 build dies, same command works on 1.6.3
Procedure to reproduce the problem
sphinx-build -b html -d ./build/thinkcspy/doctrees -c . -a -E -Acourse_id=thinkcspy -Alogin_required=false -Aappname=runestone -Aloglevel=10 -Acourse_url=http://127.0.0.1:8000 -Ause_services=true -Apython3=true -Adburl=postgresql://bmiller:@localhost/runestone -Abasecourse=thinkcspy -Adownloads_enabled=false -Adefault_ac_lang=python -Arunestone_version=3.0.7 -Abuild_info=4.0.1 ././_sources/ ./build/thinkcspy
Error logs / results
error: cannot find files [path('./build/thinkcspy')]
Expected results
build the document
Reproducible project / your project
Environment info
- OS: Linux and Mac
- Python version: 2.7 and 3.6
- Sphinx version: 1.7.0
Reactions are currently unavailable