lab-cosmo / chemiscope

An interactive structure/property explorer for materials and molecules
http://chemiscope.org
BSD 3-Clause "New" or "Revised" License
119 stars 29 forks source link

Fix paths for the chemiscope spinx on the website #342

Closed sofiia-chorna closed 4 weeks ago

sofiia-chorna commented 4 weeks ago

Added html_baseurl to the conf.py but it is relevant only for the website ! In the website there is one more folder doc but if we run it locally there is no additional folder.

Here is the script to check how it will work on the website:

tox -e docs
rm -rf tmp && mkdir tmp/
cp -r docs/build/html tmp/doc/
cd tmp 
python -m http.server
ceriottm commented 4 weeks ago

Problem has been fixed by #343 and #344