Skip to content

Commit 2e24232

Browse files
committed
readthedocs
1 parent 79993f6 commit 2e24232

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.readthedocs.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
3+
sphinx:
4+
configuration: docs/source/conf.py
5+
6+
formats:
7+
- pdf
8+
9+
python:
10+
version: 3.7
11+
install:
12+
- requirements: docs/requirements.txt

setup.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ classifiers =
2828
Intended Audience :: Education
2929
Intended Audience :: Information Technology
3030
Intended Audience :: Science/Research
31+
Typing :: Typed
3132
license = GPLv3
3233
license_file = LICENSE
3334
description = An algorithm that computes modular nested exponentiation efficiently.

0 commit comments

Comments
 (0)