Skip to content

Commit

Permalink
Fix build directory and symmetry-representation objects.inv url
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Gresch committed Feb 17, 2020
1 parent 6f0093d commit d2f5eab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/Makefile
Expand Up @@ -4,7 +4,7 @@
# You can set these variables from the command line.
SPHINXBUILD = sphinx-build
VERSION = $(shell cat ../version.txt | grep -o -E [0-9]+.[0-9]+)
HTMLBUILDDIR = ../../Z2Pack_website/web/kdotp-symmetry
HTMLBUILDDIR = ./build/html

# User-friendly check for sphinx-build
ifeq ($(shell which $(SPHINXBUILD) >/dev/null 2>&1; echo $$?), 1)
Expand Down
4 changes: 2 additions & 2 deletions doc/source/conf.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
#
# Z2Pack documentation build configuration file, created by
# Documentation build configuration file, created by
# sphinx-quickstart on Fri Oct 10 02:14:52 2014.
#
# This file is execfile()d with the current directory set to its
Expand Down Expand Up @@ -40,7 +40,7 @@
'python': ('https://docs.python.org/3', None),
'sympy': ('http://docs.sympy.org/latest', None),
'symmetry-representation':
('https://symmetry-representation.greschd.ch/', None),
('https://symmetry-representation.greschd.ch/en/latest', None),
}

# Add any paths that contain templates here, relative to this directory.
Expand Down

0 comments on commit d2f5eab

Please sign in to comment.