python产品作者如何去掉_Python包:如何避免重新定义作者版本等?
如果你使用distutils调用sphinx,你的情况就会被覆盖.答案在sphinx/setup_command.py的文档中.从该示例中,您的setup.py应该有一个看起来像这样的部分:# this is only necessary when not using setuptools/distributefrom sphinx.setup_command import BuildDoccmd...