Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/317.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Python sphinx build和sphinx autobuild之间的差异_Python_Jenkins_Python Sphinx - Fatal编程技术网

Python sphinx build和sphinx autobuild之间的差异

Python sphinx build和sphinx autobuild之间的差异,python,jenkins,python-sphinx,Python,Jenkins,Python Sphinx,我和斯芬克斯有些问题。我对主题做了一些更改,即sphinx\u rtd\u主题。现在,在部署时,在更改之后,这不会生成layout.html,而是保留原始的layout.html 部署在Jenkins上运行并正在运行:sphinx build\u build/html。Jenkins的工作是监听子模块,了解主题的主分支的变化 在本地,如果我运行sphinx autobuld_build/html,我得到了正确的布局。换了一个。如果我运行sphinx build.\u build/html,我会得

我和斯芬克斯有些问题。我对主题做了一些更改,即
sphinx\u rtd\u主题
。现在,在部署时,在更改之后,这不会生成layout.html,而是保留原始的layout.html

部署在Jenkins上运行并正在运行:
sphinx build\u build/html
。Jenkins的工作是监听子模块,了解主题的主分支的变化

在本地,如果我运行
sphinx autobuld_build/html
,我得到了正确的布局。换了一个。如果我运行
sphinx build.\u build/html
,我会得到错误的版本

我试图弄清楚这两个命令之间的区别。那不是一个,应该只是一个观察者吗?为了给我建立正确的布局,它执行了什么额外的调味汁

谢谢!如果有人知道答案,非常感谢