Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/ionic-framework/2.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

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/8/magento/5.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
Twitter bootstrap 如何在sphinx文档中呈现引导图示符图标?_Twitter Bootstrap_Font Awesome_Python Sphinx_Glyphicons - Fatal编程技术网

Twitter bootstrap 如何在sphinx文档中呈现引导图示符图标?

Twitter bootstrap 如何在sphinx文档中呈现引导图示符图标?,twitter-bootstrap,font-awesome,python-sphinx,glyphicons,Twitter Bootstrap,Font Awesome,Python Sphinx,Glyphicons,我正在使用sphinx文档工具来记录我的网站。我想列出如何通过单击特定图标来复制某些内容。我可以在sphinx中添加引导glyphicons/fontawesome吗?插入fontawesome等图标的最简单方法是使用原始HTML指令 .. raw:: html <i class="fa fa-inbox"></i> 。。原始::html 如果您需要“这就是单击按钮的方式”这一过程中的一些内容,另一个解决方案是从屏幕上录制GIF动画,例如使用。如何包含font

我正在使用sphinx文档工具来记录我的网站。我想列出如何通过单击特定图标来复制某些内容。我可以在sphinx中添加引导glyphicons/fontawesome吗?

插入fontawesome等图标的最简单方法是使用原始HTML指令

.. raw:: html

   <i class="fa fa-inbox"></i>
。。原始::html

如果您需要“这就是单击按钮的方式”这一过程中的一些内容,另一个解决方案是从屏幕上录制GIF动画,例如使用。

如何包含fontawesome库?根据fontawesome说明,自定义Sphinx主题文件,使其具有包含CDN中fontawesome的
部分。