Closed akx closed 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
?
@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.
git clean -fdx source build
pip install -r requirements.txt
make SPHINXOPTS=-E watch
It looks like
requirements.txt
hassphinx-inline-tabs==2021.8.17b10
but that doesn't exist anymore. Can we just unpin this tosphinx-inline-tabs
?
The version does exist alright. It's marked a prerelease, though... did you get an error trying to install it or..?
This PR:
{% include %}
able fragments, so merging in future changes should be easier.With all of this, the diff between
master
'smake html
output to this branch'smake html
output is pretty minimal.