Skip to content

Commit

Permalink
Fix docs on readthedocs.org
Browse files Browse the repository at this point in the history
  • Loading branch information
MariusWirtz committed Oct 3, 2023
1 parent 4e1ce80 commit b6455f9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ sphinx:
formats: all

build:
image: latest

os: ubuntu-22.04
tools:
python: "3.11"
python:
version: 3.8
install:
- requirements: docs/requirements.txt
1 change: 1 addition & 0 deletions TM1py/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
from TM1py.Services.CubeService import CubeService
from TM1py.Services.DimensionService import DimensionService
from TM1py.Services.ElementService import ElementService
from TM1py.Services.FileService import FileService
from TM1py.Services.GitService import GitService
from TM1py.Services.HierarchyService import HierarchyService
from TM1py.Services.MonitoringService import MonitoringService
Expand Down
4 changes: 4 additions & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@ TM1 Services
:members:
:undoc-members:

.. autoclass:: TM1py.FileService
:members:
:undoc-members:

.. autoclass:: TM1py.GitService
:members:
:undoc-members:
Expand Down
2 changes: 2 additions & 0 deletions docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -96,5 +96,7 @@ If you are looking for information on a specific function, class, or method,
this part of the documentation is for you.

.. toctree::
:maxdepth: 2

api

0 comments on commit b6455f9

Please sign in to comment.