Skip to content

Commit ad09cda

Browse files
committed
Move back to base directory
1 parent a345c69 commit ad09cda

43 files changed

Lines changed: 4 additions & 154 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.readthedocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2
55
# Sphinx config
66
sphinx:
77
builder: html
8-
configuration: docs/source/conf.py
8+
configuration: docs/conf.py
99

1010
# Python config
1111
build:
@@ -14,4 +14,4 @@ python:
1414
version: 3.6
1515
system_packages: true
1616
conda:
17-
environment: docs/source/environment.yml
17+
environment: docs/environment.yml

README.rst

Lines changed: 1 addition & 1 deletion
File renamed without changes.
File renamed without changes.

docs/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
SPHINXOPTS =
77
SPHINXBUILD = sphinx-build
88
SPHINXPROJ = ProPlot
9-
SOURCEDIR = source
9+
SOURCEDIR = .
1010
BUILDDIR = _build
1111

1212
.PHONY: help clean Makefile

0 commit comments

Comments
 (0)