hohav / py-slippi

Python library for parsing SSBM replay files
MIT License
56 stars 25 forks source link

correct github url in sphinx documentation #28

Closed DustinAlandzes closed 3 years ago

DustinAlandzes commented 3 years ago

https://py-slippi.readthedocs.io/en/latest/index.html right now the "watch" link is broken: https://github.com/hohav/https://github.com/hohav/py-slippi

before:

image

after:

image

just for future reference, to build the documentation on osx:

brew install sphinx-doc
brew link sphinx-doc --force
python3 -m venv venv
source venv/bin/activate
pip install sphinx_autodoc_typehints
git clone ...
cd docs
make html