Skip to content

Commit

Permalink
fix search path?
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaylies committed Jan 4, 2024
1 parent b707651 commit 7e46151
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@

# add sourcecode to path
import sys, os
sys.path.insert(0, os.path.abspath('../src'))
sys.path.insert(0, os.path.abspath('../content'))

############################
# SETUP THE RTD LOWER-LEFT #
Expand Down
8 changes: 4 additions & 4 deletions docs/content/purchase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ SousaFX has a 30 day free trial with full functionality (aside from the :ref:`pr

Payment may be sent via any of the following platforms. Please be sure to include the email address that you would like the license key sent to.

<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Ko-Fi&message=%E2%9D%A4&logo=Kofi?link=https%3A%2F%2Fko-fi.com%2Fsousafx">
<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Ko-Fi&message=%E2%9D%A4&logo=Kofi&link=https%3A%2F%2Fko-fi.com%2Fsousafx">

<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Patreon&message=%E2%9D%A4&logo=Patreon?link=https%3A%2F%2Fpatreon.com%2Fsousastep">
<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Patreon&message=%E2%9D%A4&logo=Patreon&link=https%3A%2F%2Fpatreon.com%2Fsousastep">

<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Github&message=%E2%9D%A4&logo=Github?link=https%3A%2F%2Fgithub.com%2Fsponsors%2Fjbaylies">
<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Github&message=%E2%9D%A4&logo=Github&link=https%3A%2F%2Fgithub.com%2Fsponsors%2Fjbaylies">

<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Venmo&message=%E2%9D%A4&logo=Venmo?link=https%3A%2F%2Fvenmo.com%2Fsousastep">
<img alt="Static Badge" src="https://img.shields.io/static/v1?label=Purchase%20via%20Venmo&message=%E2%9D%A4&logo=Venmo&link=https%3A%2F%2Fvenmo.com%2Fsousastep">

◦ `kofi <https://ko-fi.com/sousafx>`_

Expand Down

0 comments on commit 7e46151

Please sign in to comment.