mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
doc: Fix syntax error
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
This commit is contained in:
parent
c63d4741e9
commit
e6f07c7381
@ -251,8 +251,8 @@ Add your own static files to the build assets
|
||||
By default, Sphinx copies static files on the ``static/`` directory of the template
|
||||
directory. However, if your package needs to place static files outside of the
|
||||
``static/`` directory for some reasons, you need to copy them to the ``_static/``
|
||||
directory of HTML outputs manually at the build via an event hook. Here is a sample
|
||||
code to accomplish this:
|
||||
directory of HTML outputs manually at the build via an event hook. Here is an
|
||||
example of code to accomplish this:
|
||||
|
||||
.. code-block:: python
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user