Skip to content

Commit

Permalink
.readthedocs
Browse files Browse the repository at this point in the history
  • Loading branch information
leliel12 committed Nov 24, 2021
1 parent bf17111 commit 02dfe6d
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 2 deletions.
29 changes: 29 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
cat .readthedocs.yml
# .readthedocs.yaml
# Read the Docs configuration file
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details

# Required
version: 2

# Set the version of Python and other tools you might need
build:
os: ubuntu-20.04
tools:
python: "3.9"


# Build documentation in the docs/ directory with Sphinx
sphinx:
configuration: docs/source/conf.py

# If using Sphinx, optionally build your docs in additional formats such as PDF
formats:
- pdf

# Optionally declare the Python requirements required to build your docs
python:
install:
- method: pip
path: .
- requirements: docs/requirements.txt
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ recursive-include skcriteria *.py
exclude tox.ini
exclude pyproject.toml
exclude .header-template
exclude .readthedocs.yml

recursive-exclude .circleci *
recursive-exclude ahp_ext *
recursive-exclude tests *
recursive-exclude docs *
recursive-exclude res *
recursive-exclude tools *
recursive-exclude tools *

0 comments on commit 02dfe6d

Please sign in to comment.