Skip to content

Commit

Permalink
debugging rtd
Browse files Browse the repository at this point in the history
  • Loading branch information
enzbus committed May 13, 2023
1 parent b27d7e1 commit 6941570
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.10"
python: "3.11"
# You can also specify other tool versions:
# nodejs: "19"
# rust: "1.64"
Expand All @@ -26,4 +26,4 @@ sphinx:
# Optionally declare the Python requirements required to build your docs
python:
install:
- requirements: docs/requirements.txt
- requirements: requirements.txt
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ ENVDIR = env
env:
$(PYTHON) -m venv $(ENVDIR)
$(ENVDIR)/bin/python -m pip install -r requirements.txt
$(ENVDIR)/bin/python -m pip install --editable .

test:
$(ENVDIR)/bin/python -m unittest cvxportfolio/tests/*.py
Expand Down
6 changes: 3 additions & 3 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,12 @@
# ones.
extensions = ['sphinx.ext.autodoc',
'sphinx.ext.autosummary',
#'numpydoc',
#'sphinx.ext.mathjax',
'numpydoc',
'sphinx.ext.mathjax',
#'sphinx.ext.githubpages',
'sphinx.ext.napoleon',
'sphinx.ext.autosectionlabel',
#'myst_parser'
'myst_parser'
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
10 changes: 0 additions & 10 deletions docs/requirements.txt

This file was deleted.

4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,6 @@ cvxpy
yfinance
pandas_datareader
matplotlib
wheel
wheel
numpydoc
myst_parser

0 comments on commit 6941570

Please sign in to comment.