diff --git a/doc_requirement.txt b/doc_requirements.txt similarity index 100% rename from doc_requirement.txt rename to doc_requirements.txt diff --git a/docs/conf.py b/docs/conf.py index 3300e15a5..2c294bad0 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -11,6 +11,10 @@ # All configuration values have a default; values that are commented out # serve to show the default. +import os +import sys +sys.path.insert(0, os.path.abspath('..')) # noqa + import pulp_docker try: