Skip to content

Commit

Permalink
trying to build docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ACCarnall committed Apr 3, 2018
1 parent 3633c97 commit c15eddc
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 10 deletions.
4 changes: 2 additions & 2 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
include tables/IGM/Lyman_series_coefs_Inoue_2014_Table2.txt
include tables/dust/*.txt
#include tables/nebular/bc03_miles/*.fits
#include tables/stellar/bc03_miles/*.fits
include tables/nebular/bc03_miles/*.fits
include tables/stellar/bc03_miles/*.fits
include README.rst
include LICENSE.txt
6 changes: 2 additions & 4 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,8 @@
# documentation root, use os.path.abspath to make it absolute, like shown here.
#
# import os
#import sys
#sys.path.insert(0, os.path.abspath('..'))

import bagpipes
# import sys
# sys.path.insert(0, os.path.abspath('..'))

# -- General configuration ------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion docs/model_galaxies/model_galaxies.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Finally, detailed API documentation for the **Model_Galaxy** class is available
:caption: Contents:

model_components
fields
filtlists
updating
api_doc

Expand Down
2 changes: 1 addition & 1 deletion rtd-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bagpipes

dependencies:
- python=2.7
- astropy<=2.0.5
- astropy=2.0.5
- scipy
- matplotlib
- numpy
Expand Down
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
package_data={
"tables/IGM" : ["Lyman_series_coefs_Inoue_2014_Table2.txt"],
"tables/dust" : ["*.txt"],
#"tables/nebular/bc03_miles" : ["*.fits"],
#"tables/stellar/bc03_miles" : ["*.fits"],
"tables/nebular/bc03_miles" : ["*.fits"],
"tables/stellar/bc03_miles" : ["*.fits"],
"" : ["*.rst", "*.txt"]
},

Expand Down

0 comments on commit c15eddc

Please sign in to comment.