Skip to content

Commit

Permalink
Remove travis from docs (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
Rotzbua authored Jan 19, 2025
1 parent 1364ad8 commit d70d97f
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions documentation/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
]

read_the_docs_build = os.environ.get("READTHEDOCS", None) == "True"
travis_build = os.environ.get("TRAVIS_CI", None) == "True"

# Get version of Doxygen and save it as a tuple

Expand All @@ -58,16 +57,7 @@
# convert from bytes to string
git_tag = git_tag.decode("ascii")

if travis_build:

# Don't attempt to set the path as breathe is installed to virtualenv on travis

# Set values with simple strings
version = "'travis'"
release = "'travis'"
documentation_build = "travis"

elif read_the_docs_build:
if read_the_docs_build:

# On RTD we'll be in the 'source' directory
sys.path.append("../../")
Expand Down

0 comments on commit d70d97f

Please sign in to comment.