Skip to content

Commit

Permalink
Merge pull request #139 from Phlya/new-engine
Browse files Browse the repository at this point in the history
Implement new engine!
  • Loading branch information
Phlya committed Feb 27, 2023
2 parents aaf815f + 9390ad9 commit 4b28dba
Show file tree
Hide file tree
Showing 7 changed files with 504 additions and 883 deletions.
15 changes: 15 additions & 0 deletions adjustText/.readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: 2

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

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

python:
install:
- requirements: docs/requirements.txt

0 comments on commit 4b28dba

Please sign in to comment.