diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d059256..9134ef8 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -16,26 +16,22 @@ jobs: with: ref: main - - name: Set up Python 3.9 + - name: Set up Python 3.11 uses: actions/setup-python@v4 with: - python-version: 3.9 + python-version: 3.11 - - name: Install Dependencies + - name: Install Dependencies & generate Docs run: | + sudo apt-get install python3-sphinx python3 -m venv venv source venv/bin/activate python -m pip install --upgrade pip pip install wheel + pip install -r requirements.txt pip install -e . - cd .. - - - name: Generate Docs - run: | - sudo apt-get install python3-sphinx pip install sphinxemoji sphinx_rtd_theme recommonmark - cd docsource - make html && make github && cd .. + cd docsource && make github && cd .. - name: Check if there are any changes id: verify_diff diff --git a/.github/workflows/update-os.yml b/.github/workflows/update-os.yml index af658d8..8410fd2 100644 --- a/.github/workflows/update-os.yml +++ b/.github/workflows/update-os.yml @@ -65,7 +65,7 @@ jobs: # increase swap-size sudo dphys-swapfile swapoff - sudo sed -i -E '/^CONF_SWAPSIZE=/s/=.*/=256/' /etc/dphys-swapfile + sudo sed -i -E '/^CONF_SWAPSIZE=/s/=.*/=512/' /etc/dphys-swapfile sudo dphys-swapfile setup sudo dphys-swapfile swapon diff --git a/docs/_sources/inkycal.rst.txt b/docs/_sources/inkycal.rst.txt index 49255c7..caacd6e 100644 --- a/docs/_sources/inkycal.rst.txt +++ b/docs/_sources/inkycal.rst.txt @@ -9,9 +9,27 @@ Inkycal Display =========================== -.. automodule:: inkycal.display.display +.. automodule:: inkycal.display.Display :members: + +Modules +=========================== +- Agenda + +.. automodule:: inkycal.modules.inkycal_agenda.Agenda + :members: + +- Calendar + +.. automodule:: inkycal.modules.inkycal_calendar.Calendar + :members: + +- Feeds Module (RSS & Atom) +.. automodule:: inkycal.modules.inkycal_feeds.Feeds + :members: + + Custom functions =========================== .. automodule:: inkycal.custom.functions diff --git a/docs/about.html b/docs/about.html index 57891c2..71bc234 100644 --- a/docs/about.html +++ b/docs/about.html @@ -1,12 +1,14 @@ - + - + About Inkycal — inkycal 2.0.3 documentation - - + + + + @@ -46,9 +48,10 @@

Contents: