From f790b042dc5a3df7a01eb8149c12b15017588959 Mon Sep 17 00:00:00 2001 From: craig-warren Date: Fri, 10 Mar 2023 10:54:13 -0700 Subject: [PATCH] Removed some commented extras --- .readthedocs.yaml | 8 -------- docs/source/conf.py | 4 ---- 2 files changed, 12 deletions(-) diff --git a/.readthedocs.yaml b/.readthedocs.yaml index 49e31f65..069ea989 100644 --- a/.readthedocs.yaml +++ b/.readthedocs.yaml @@ -8,14 +8,6 @@ version: 2 conda: environment: conda_env.yml -# build: -# os: "ubuntu-22.04" -# tools: -# python: "3.10" -# jobs: -# post_create_environment: -# - python setup.py build - python: install: - requirements: docs/requirements.txt diff --git a/docs/source/conf.py b/docs/source/conf.py index 493882c2..d7a14637 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -6,13 +6,9 @@ # -- Project information ----------------------------------------------------- # https://www.sphinx-doc.org/en/master/usage/configuration.html#project-information -import os import re -import sys import time -# sys.path.insert(0, os.path.abspath('../..')) - project = 'gprMax' copyright = f'2015-{time.strftime("%Y")}, The University of Edinburgh, United Kingdom. Authors: Craig Warren, Antonis Giannopoulos, and John Hartley' author = 'Craig Warren, Antonis Giannopoulos, and John Hartley'