Skip to content
This repository has been archived by the owner on Nov 19, 2024. It is now read-only.

Commit

Permalink
Docs: Reverted conf move
Browse files Browse the repository at this point in the history
  • Loading branch information
Seluj78 committed Jun 9, 2024
1 parent 17b2760 commit 3bdb87c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py → docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
import os
import sys

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

from flask_utils import __version__ # noqa: E402

Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Welcome to Flask-Util's documentation!
===================================
======================================

**Flask Utils** is a Python library that contains a bunch of useful utilities for Flask applications.

Expand Down

0 comments on commit 3bdb87c

Please sign in to comment.