From 485b305bcfb6473f344e04728b53d96294afa3de Mon Sep 17 00:00:00 2001 From: QFer Date: Fri, 21 Jul 2023 14:55:29 +0200 Subject: [PATCH] copyright year adjusted and added _build directory to gitignore file --- .gitignore | 2 +- docs/Makefile | 2 +- docs/conf.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index df766853..68a0b4c0 100644 --- a/.gitignore +++ b/.gitignore @@ -4,7 +4,7 @@ *.log **/log/* *.pkl -/docs/build/* +/docs/_build/* /build/* /dist/* /*.egg-info/* diff --git a/docs/Makefile b/docs/Makefile index bbdc9e01..1b85a1b0 100644 --- a/docs/Makefile +++ b/docs/Makefile @@ -5,7 +5,7 @@ SPHINXOPTS = SPHINXBUILD = sphinx-build SOURCEDIR = . -BUILDDIR = build +BUILDDIR = _build PYTHON3 = python # TODO handle like this? export NETQASM_SIMULATOR = debug diff --git a/docs/conf.py b/docs/conf.py index 46c492c6..bad0be91 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,7 +20,7 @@ # -- Project information ----------------------------------------------------- project = "netqasm" -copyright = "2021, QuTech" +copyright = "2023, QuTech" author = "QuTech" # The full version, including alpha/beta/rc tags