MilesCranmer / PySR

High-Performance Symbolic Regression in Python and Julia

Home Page:https://astroautomata.com/PySR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature] GH-action based docs

MilesCranmer opened this issue · comments

readthedocs has been frustrating to build docs on - right now it's completely broken and not updating, and there isn't even an error message so I have no idea how to debug it. I also don't like how I have to check another website instead of reading the "Actions" tab.

Therefore, I want to switch to a GitHub-action based docs builder on github-pages, just like for SymbolicRegression.jl. This allows me to have much more control over the docs page as well, and I can actually even integrate it within SymbolicRegression.jl as they will both be under the same domain.

Fixed!

Docs are live on https://astroautomata.com/PySR/ and being built by GitHub actions.