Skip to content

Commit

Permalink
updated for read the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ElPsyKurisu committed Nov 19, 2024
1 parent 2dc3409 commit 9b1f628
Show file tree
Hide file tree
Showing 30 changed files with 170 additions and 555 deletions.
24 changes: 9 additions & 15 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
@@ -1,20 +1,14 @@
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
version: "2"

# Required
version: 2
build:
os: "ubuntu-22.04"
tools:
python: "3.10"

sphinx:
configuration: docs/source/conf.py
fail_on_warning: false

formats: all

# Optionally set the version of Python and requirements required to build your docs
python:
version: "3.8"
install:
- requirements: docreqs.txt
install:
- requirements: docs/requirements.txt

sphinx:
configuration: docs/source/conf.py

4 changes: 3 additions & 1 deletion docreqs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ numpy>=1.19.2
matplotlib>=3.3.4
scipy>=1.6.2
pyvisa>=1.11.3
IPython>=7.22.0
IPython>=7.22.0
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
2 changes: 2 additions & 0 deletions docs/requirements.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
sphinx==7.1.2
sphinx-rtd-theme==1.3.0rc1
29 changes: 0 additions & 29 deletions docs/source/ekpy.analysis.FE_switching.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.analysis.asylum.rst

This file was deleted.

29 changes: 0 additions & 29 deletions docs/source/ekpy.analysis.ppms.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.analysis.radiant.rst

This file was deleted.

53 changes: 0 additions & 53 deletions docs/source/ekpy.analysis.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.SI5580.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.berkeleynucleonics765.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.keithley2400.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.keithley6221.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.lakeshore475.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.lakeshore647.rst

This file was deleted.

21 changes: 0 additions & 21 deletions docs/source/ekpy.control.instruments.misc.rst

This file was deleted.

28 changes: 0 additions & 28 deletions docs/source/ekpy.control.instruments.rst

This file was deleted.

Loading

0 comments on commit 9b1f628

Please sign in to comment.