Sphinx是否允许通过Windows 10上的符号链接指定conf.py?我的 构建失败,因为sphinx-build.exe抱怨它无法找到conf.py这是我系统上的符号链接。我正在使用Sphinx 1.7.4。
以下是包含conf.py符号链接的目录列表。
Directory of D:\GitRepositories\OrderedTree\OrderedTree\docs\source
2018-05-02 12:23 <DIR> .
2018-05-02 12:23 <DIR> ..
2018-05-02 08:14 3,094 Architecture.rst
2018-05-02 12:23 <SYMLINK> CommonElements.rst [d:\GitRepositories\CommonElements\CommonElement\docs\source\CommonElements.rst]
2018-05-02 12:23 <SYMLINK> conf.py [d:\GitRepositories\CommonElements\CommonElement\docs\source\conf.py]
2018-05-02 08:11 570 index.rst
2018-05-02 08:15 3,984 InstalledSoftware.rst
2018-05-02 11:47 <DIR> _static
2018-05-02 11:54 <DIR> _templates
5 File(s) 7,648 bytes
4 Dir(s) 1,865,642,807,296 bytes free
这是符号链接目标目录:
Directory of D:\GitRepositories\CommonElements\CommonElements\docs\source
2018-05-01 17:37 <DIR> .
2018-05-01 17:37 <DIR> ..
2018-05-02 08:09 2,468 CommonElements.rst
2018-05-02 08:52 6,929 conf.py
2018-05-01 17:11 <DIR> _static
2018-05-01 17:11 <DIR> _templates
2 File(s) 9,397 bytes
4 Dir(s) 1,865,642,807,296 bytes free
最后这里是sphinx-build
的输出。
usage: sphinx-build [OPTIONS] SOURCEDIR OUTPUTDIR [FILENAMES...]
sphinx-build: error: config directory doesn't contain a conf.py file (D:\GitRepositories\OrderedTree\OrderedTree\docs\source)