File tree Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Expand file tree Collapse file tree 3 files changed +1
-5
lines changed Original file line number Diff line number Diff line change 2929 INSTALL_TYPE : ${{ matrix.install-type }}
3030 run : .ci/install_script.sh
3131 - name : Build documentation
32- env :
33- READTHEDOCS : ' True'
3432 run : make SPHINXOPTS='-nW' -C doc html
3533 - uses : actions/upload-artifact@v2
3634 with :
Original file line number Diff line number Diff line change 4646 - *PYTHON_SETUP
4747 - *INSTALL_PROJECT
4848 - name : Build documentation
49- env :
50- READTHEDOCS : " True"
5149 run : make SPHINXOPTS='-nW' -C doc html
5250 - uses : actions/upload-artifact@v2
5351 with :
Original file line number Diff line number Diff line change 4242intersphinx_mapping = {
4343 "python" : ("https://docs.python.org/3" , None ),
4444 "numpy" : ("https://numpy.org/devdocs/" , None ),
45- "symmetry-representation" : ("http://z2pack.ethz .ch/symmetry-representation /" , None ),
45+ "symmetry-representation" : ("http://symmetry-representation.greschd .ch//" , None ),
4646 "fsc.hdf5-io" : ("http://frescolinogroup.github.io/frescolino/pyhdf5io/0.5/" , None ),
4747}
4848
You can’t perform that action at this time.
0 commit comments