Skip to content

Commit 4490c2a

Browse files
committed
Remove READTHEDOCS from docs build env
1 parent 1f3bda2 commit 4490c2a

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ jobs:
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:

.github/workflows_source/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ jobs:
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:

doc/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
intersphinx_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

0 commit comments

Comments
 (0)