A website for the TRX file format, built with Sphinx and the MyST parser.
- Python 3.9+
-
Clone the repository:
git clone https://github.com/tee-ar-ex/tee-ar-ex.github.io.git cd tee-ar-ex.github.io -
Create and activate a virtual environment (optional but recommended):
python -m venv venv source venv/bin/activate # Windows: venv\Scripts\activate
-
Install dependencies:
pip install -r requirements.txt
-
Build the documentation:
make html
-
Open
_build/html/index.htmlin your browser.
To rebuild automatically while editing:
sphinx-autobuild source _build/htmlNote: sphinx-autobuild needs to be installed separately
(pip install sphinx-autobuild).
The site is automatically deployed to GitHub Pages via GitHub Actions on
pushes to main. Pull requests trigger a build to validate changes without
deploying.