mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Fix accidental rewrap
This commit is contained in:
@@ -96,8 +96,15 @@ following content.
|
|||||||
|
|
||||||
.. code-block:: text
|
.. code-block:: text
|
||||||
|
|
||||||
docs ├── build ├── make.bat ├── Makefile └── source ├── conf.py ├──
|
docs
|
||||||
index.rst ├── _static └── _templates
|
├── build
|
||||||
|
├── make.bat
|
||||||
|
├── Makefile
|
||||||
|
└── source
|
||||||
|
├── conf.py
|
||||||
|
├── index.rst
|
||||||
|
├── _static
|
||||||
|
└── _templates
|
||||||
|
|
||||||
The purpose of each of these files is:
|
The purpose of each of these files is:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user