49 lines
1 KiB
Markdown
49 lines
1 KiB
Markdown
<a name="byteb4rb1e/sphinxcontrib/theme/web2"></a>
|
|
# Tiara's Sphinx Theme Reference Implementation
|
|
|
|
> 🛌 **NOTICE:** This project is taking a naap. It depends upon
|
|
[html-theme-ref](https://github.com/byteb4rb1e/html-theme-ref), which hasn't
|
|
stabilized yet. I will restart work around June '25.
|
|
|
|
## Installation
|
|
|
|
The program is aimed towards UNIX/GNU in POSIX environments. NT users in
|
|
PowerShell may consult `configure.ac` for initial configuration and `Makefile`
|
|
for development/build targets.
|
|
|
|
Initialize the project
|
|
|
|
```
|
|
sh ./configure
|
|
```
|
|
|
|
<table>
|
|
<tr>
|
|
<th></th>
|
|
<th></th>
|
|
</tr>
|
|
<tr>
|
|
<td>Pipfile.lock</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>requirements.txt</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>requirements-dev.txt</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>configure</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>configure</td>
|
|
<td></td>
|
|
</tr>
|
|
<tr>
|
|
<td>src/sphinx_theme_ref/assets</td>
|
|
<td></td>
|
|
</tr>
|
|
</table>
|