Символическая ссылка для conf.py - PullRequest
0 голосов
/ 02 мая 2018

Позволяет ли Sphinx указывать conf.py по символической ссылке в Windows 10? мой сборка не удалась, потому что 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)
...