valohai / docs

:blue_book: Valohai ecosystem documentation
https://docs.valohai.com/
0 stars 2 forks source link

Update to Sphinx 4 and Furo 2021.11, use Python 3.10 in CI #179

Closed akx closed 2 years ago

akx commented 2 years ago

This PR:

With all of this, the diff between master's make html output to this branch's make html output is pretty minimal.

drazendee commented 2 years ago

Hmm.. What am I doing wrong? @akx Pulled the branch, installed new requirements.txt, and then ran the basic make SPHINXOPTS=-E watch but looks like the CSS files didn't load?

It looks like requirements.txt has sphinx-inline-tabs==2021.8.17b10 but that doesn't exist anymore. Can we just unpin this to sphinx-inline-tabs?

akx commented 2 years ago

@DrazenDodik

Hmm.. What am I doing wrong? Pulled the branch, installed new requirements.txt, and then ran the basic make SPHINXOPTS=-E watch but looks like the CSS files didn't load?

Um... works for me.

It looks like requirements.txt has sphinx-inline-tabs==2021.8.17b10 but that doesn't exist anymore. Can we just unpin this to sphinx-inline-tabs?

The version does exist alright. It's marked a prerelease, though... did you get an error trying to install it or..?