# Static website Template

This is a template for a static website using Sphinx and GitHub Pages.

```{toctree}
:maxdepth: 2
:hidden:

about
```

```{toctree}
:maxdepth: 2
:hidden:
:caption: A topic
folder_topic/article_topic
```


```{toctree}
:maxdepth: 2
:hidden:
:caption: test topic
folder_topic/article_test
```