Skip to content

Commit

Permalink
Readthedocs build issue (#1131)
Browse files Browse the repository at this point in the history
  • Loading branch information
ktbyers authored Feb 20, 2020
1 parent f87887f commit 08e41b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,7 @@ formats: all
python:
version: 3.7
install:
- method: pip
path: .
- requirements: docs/requirements.txt
- requirements: requirements.txt
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import sys

from glob import glob
from napalm import NetworkDriver
from napalm.base import NetworkDriver
from jinja2 import Environment, FileSystemLoader

# If extensions (or modules to document with autodoc) are in another directory,
Expand Down

0 comments on commit 08e41b8

Please sign in to comment.