1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
|
# Sample Documentation
This is sample documentation, showing how `sphinx-basic-ng` can be used to
simplify the development of a Sphinx theme.
```{toctree}
top-level-one
section-one/index
Second Section <section-two/index>
top-level-two
```
Lorem ipsum dolor sit amet consectetur adipisicing elit. Soluta quod nulla
officia! Ratione voluptate distinctio in architecto! Reprehenderit neque dicta
in eligendi similique obcaecati eos? Quibusdam assumenda pariatur dolore
voluptas?
```{toctree}
:caption: Caption!
:titlesonly:
top-level-three
external <https://example.com>
```
|