发布于 2019-01-24 03:13:08
它们要么使用狮身人面像,要么使用mkdocs,并且大多数时候读取用于设计的docs模板。
发布于 2019-01-24 03:26:35
如果在第一个示例keras.io上查看源代码,则可以看到标记
<link rel="stylesheet" href="css/theme.css" type="text/css" />
查看链接的文件,您会看到注释
/*
* This file is copied from the upstream ReadTheDocs Sphinx
* theme. To aid upgradability this file should *not* be edited.
* modifications we need should be included in theme_extra.css.
*
* https://github.com/rtfd/sphinx_rtd_theme
*/
https://stackoverflow.com/questions/53536492
复制相似问题