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

Commit 3bdb87c

Browse files
committed
Docs: Reverted conf move
1 parent 17b2760 commit 3bdb87c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/conf.py renamed to docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
import os
44
import sys
55

6-
sys.path.insert(0, os.path.abspath(".."))
6+
sys.path.insert(0, os.path.abspath("../.."))
77

88
from flask_utils import __version__ # noqa: E402
99

docs/source/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Welcome to Flask-Util's documentation!
2-
===================================
2+
======================================
33

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

0 commit comments

Comments
 (0)