Skip to content

Commit 180b98a

Browse files
authored
Fixing documentation build (#89)
1 parent d2d70be commit 180b98a

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

.readthedocs.yaml

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,18 @@
55
# Required
66
version: 2
77

8+
build:
9+
os: ubuntu-22.04
10+
tools:
11+
python: "3.11"
12+
813
python:
9-
version: 3.8
10-
pip_install: true
11-
extra_requirements:
12-
- tests
13-
- docs
14+
install:
15+
- method: pip
16+
path: .
17+
extra_requirements:
18+
- test
19+
- docs
1420

1521
# Build documentation in the docs/ directory with Sphinx
1622
sphinx:

docs/portfolio.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ As mentioned above, *FinQuant* is a program for financial portfolio management,
1313

1414
Stock
1515
=====
16-
.. autoclass:: finquant.portfolio.Stock
16+
.. autoclass:: finquant.stock.Stock
1717
:members:
1818

1919
.. automethod:: __init__

0 commit comments

Comments
 (0)