Skip to content

Commit

Permalink
Update makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alejoe91 committed Jan 17, 2024
1 parent 7bb7500 commit e89d99e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,4 @@ python:
install:
- method: pip
path: .


- requirements: docs/requirements.txt
8 changes: 4 additions & 4 deletions docs/Makefile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# Minimal makefile for Sphinx documentation
#

# You can set these variables from the command line.
SPHINXOPTS =
SPHINXBUILD = sphinx-build
SPHINXPROJ = expipe
# You can set these variables from the command line, and also
# from the environment for the first two.
SPHINXOPTS ?=
SPHINXBUILD ?= sphinx-build
SOURCEDIR = .
BUILDDIR = _build

Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,4 @@ ruamel.yaml>=0.18.5
quantities>=0.14.1
pandas>=2.1.2
ipywidgets>=8.1.1
click>=8.1.7
sphinx_rtd_theme
click>=8.1.7

0 comments on commit e89d99e

Please sign in to comment.