Skip to content

Commit

Permalink
Refactoring Sphinx/ReadTheDocs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
ri-gilfanov committed Jun 22, 2021
1 parent 5980764 commit fc57082
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,5 @@ formats: all
python:
version: 3.7
install:
- requirements: docs/requirements.txt
- method: pip
path: .
4 changes: 2 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import os
import sys

import toml
from aiohttp_sqlalchemy import __version__

sys.path.insert(0, os.path.abspath("."))

Expand All @@ -24,7 +24,7 @@
author = "Ruslan Ilyasovich Gilfanov"

# The full version, including alpha/beta/rc tags
release = toml.load("../pyproject.toml")["tool"]["poetry"]["version"]
release = __version__


# -- General configuration ---------------------------------------------------
Expand Down
1 change: 0 additions & 1 deletion docs/requirements.txt

This file was deleted.

0 comments on commit fc57082

Please sign in to comment.