Anthony
1d6f240a57
Merge pull request #826 from readthedocs/davidfischer/setuppy-fixes
...
Small fixes to setup.py
2019-10-14 13:55:40 -06:00
David Fischer
d4466432ea
Small fixes to setup.py
...
Ensure `setup.py build` and `setup.py test`
work on a clean repo
2019-10-08 15:26:20 -07:00
Anthony
ddf840cb72
Merge pull request #809 from readthedocs/agj/setup-webpack-commands
...
Add webpack commands into setup.py
2019-10-03 10:51:53 -06:00
Anthony
6947fea9c0
Merge branch 'master' into agj/setup-webpack-commands
2019-10-03 10:43:17 -06:00
Anthony
feb0beb44a
Merge pull request #807 from readthedocs/agj/format-webpack-js
...
Run webpack js through Prettier JS formatter
2019-08-22 12:45:22 -06:00
Anthony
b3143a5811
Merge branch 'master' into agj/format-webpack-js
2019-08-22 12:39:37 -06:00
Anthony
9fee2a2585
Update setup.py
...
Co-Authored-By: Jesse Tan <jessetan@users.noreply.github.com>
2019-08-22 12:33:15 -06:00
Anthony
04f5c9281c
Update setup.py
...
Co-Authored-By: Jesse Tan <jessetan@users.noreply.github.com>
2019-08-22 12:33:05 -06:00
Manuel Kaufmann
5ba05cd1fa
Remove "Free document hosting provided by Read the Docs" message ( #811 )
...
Remove "Free document hosting provided by Read the Docs" message
2019-08-22 14:26:08 +02:00
Manuel Kaufmann
39a7172f55
Remove "Free document hosting provided by Read the Docs" message
2019-08-21 16:00:50 +02:00
Anthony
6909b4acb2
Merge pull request #805 from readthedocs/agj/more-api-docs
...
Add more domain doc examples
2019-08-03 08:59:53 -06:00
Eric Holscher
604fe08d19
Merge branch 'master' into agj/more-api-docs
2019-07-31 16:23:56 -07:00
Anthony Johnson
28ca8458a3
Old classes are The Worst
2019-07-29 11:29:49 -06:00
Anthony Johnson
00cc82c2f2
Not an object class anyways, drop super
2019-07-29 11:10:31 -06:00
Anthony Johnson
af521d644d
Make super() py2/3 compat
2019-07-29 11:04:41 -06:00
Anthony Johnson
4672249962
Fix webpack command to run in CI
2019-07-29 10:56:44 -06:00
Anthony Johnson
e2a173d393
Add webpack commands into setup.py
...
This is a POC that shows building webpack through standard `setup.py`
commands. Any call to `setup.py build` or `bdist` or `sdist` will
trigger a Webpack build of the assets first. A non-zero exit code will
halt the process.
Also, moved the `npm run dev` command, which here is `python setup.py
watch`, though there is perhaps something better here. There is already
`python setup.py develop`, which has a separate function, so I don't
want to collide there.
Example output here:
https://gist.github.com/agjohnson/cdaab364fe598daa7f3bef750cfb84dd
Refs #797
2019-07-26 17:14:36 -06:00
Anthony
a732d61d27
Merge pull request #804 from readthedocs/agj/force-neat-19
...
Comment on why bourbon-neat is pinned
2019-07-26 16:19:05 -06:00
Anthony
abc57aa633
Merge branch 'master' into agj/force-neat-19
2019-07-26 15:53:46 -06:00
Anthony Johnson
2d874544b2
Run webpack js through Prettier JS formatter
...
Uses Prettier with no options. I'm fine accepting this as the default
style for our Javascript and autoformatting src/js/*.js as well. I left
those changes out for now.
2019-07-26 15:35:35 -06:00
Anthony Johnson
9b58009a97
Add a bit more error logging to preinstall check
2019-07-26 09:35:10 -06:00
Anthony
78287f0634
Merge pull request #806 from readthedocs/agj/more-localization
...
Add more localized strings
2019-07-26 09:27:44 -06:00
Anthony Johnson
8f327360a5
Add more localized strings
...
This adds altext on the home icon, copyright is already translated on the footer.html
Fixes #795
2019-07-25 19:43:39 -06:00
Anthony Johnson
1bfa504f97
Add more domain doc examples
...
These are a few domain examples pulled from the Sphinx test doc roots.
2019-07-25 19:27:22 -06:00
Anthony Johnson
35320c29f6
Comment on why bourbon-neat is pinned
...
This will actually fail `npm install` if you try upgrading the version.
2019-07-25 19:12:34 -06:00
Anthony
b360305d0f
Merge pull request #785 from readthedocs/style-cpp-domain
...
Fix styling of generated cpp documentation
2019-07-25 19:08:45 -06:00
Anthony Johnson
10d9f512ad
Merge branch 'master' into style-cpp-domain
2019-07-25 18:11:13 -06:00
Anthony
7e0d7933ad
Merge pull request #790 from RDIL/master
...
Update dev dependencies
2019-07-25 17:36:20 -06:00
Reece Dunham
e343390ed6
back to working version as requested
2019-07-25 18:41:00 -04:00
Reece Dunham
7420e7bab3
Merge pull request #9 from RDIL/dependabot/npm_and_yarn/css-loader-tw-3.1.0
...
Update css-loader requirement from ^2.1.1 to ^3.1.0
2019-07-25 18:34:43 -04:00
dependabot-preview[bot]
1001668088
Update css-loader requirement from ^2.1.1 to ^3.1.0
...
Updates the requirements on [css-loader](https://github.com/webpack-contrib/css-loader ) to permit the latest version.
- [Release notes](https://github.com/webpack-contrib/css-loader/releases )
- [Changelog](https://github.com/webpack-contrib/css-loader/blob/master/CHANGELOG.md )
- [Commits](https://github.com/webpack-contrib/css-loader/compare/v2.1.1...v3.1.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-25 22:34:15 +00:00
Reece Dunham
6504b761c2
Merge pull request #10 from RDIL/dependabot/npm_and_yarn/bourbon-neat-approx-4.0
...
Update bourbon-neat requirement from ~1.9 to ~4.0
2019-07-25 18:32:33 -04:00
dependabot-preview[bot]
83a93b7470
Update bourbon-neat requirement from ~1.9 to ~4.0
...
Updates the requirements on [bourbon-neat](https://github.com/thoughtbot/neat ) to permit the latest version.
- [Release notes](https://github.com/thoughtbot/neat/releases )
- [Changelog](https://github.com/thoughtbot/neat/blob/master/CHANGELOG.md )
- [Commits](https://github.com/thoughtbot/neat/compare/v1.9.0...v4.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-25 22:31:17 +00:00
Reece Dunham
1443834231
Merge branch 'master' into master
2019-07-25 18:27:26 -04:00
Anthony
8fbf2c0696
Merge pull request #771 from SimonBiggs/swap-to-webpack
...
Swap to using webpack
2019-07-25 16:24:25 -06:00
Anthony Johnson
a591817abe
Forgot a changelog entry
2019-07-25 16:18:34 -06:00
Anthony Johnson
94d574349f
Review fixes on typo and missing change to package.json
2019-07-25 15:46:31 -06:00
Anthony Johnson
472b3aee21
Final doc updates and fix tests
2019-07-25 14:08:56 -06:00
Anthony Johnson
9a8699b915
Merge branch 'master' into swap-to-webpack
2019-07-25 13:40:17 -06:00
Anthony
26b72a7c61
Merge branch 'master' into style-cpp-domain
2019-07-25 13:27:17 -06:00
Anthony
563d494e45
Merge pull request #793 from readthedocs/agj/update-translations-rebase
...
Finalized addition of theme localization
2019-07-25 13:21:24 -06:00
Anthony
f38476ec89
Merge branch 'master' into agj/update-translations-rebase
2019-07-25 00:30:04 -06:00
Anthony Johnson
d426c11cea
Merge branch 'master' into agj/update-translations-rebase
2019-07-25 00:07:44 -06:00
Anthony Johnson
1ef6b5b3b4
Undo gruntfile changes
2019-07-24 23:55:34 -06:00
Anthony Johnson
ad31326e3a
Some final cleanup
2019-07-24 23:53:25 -06:00
Anthony Johnson
5052143f79
Undoing test fixes
2019-07-24 23:42:25 -06:00
Anthony Johnson
0e0ccffe18
Replace with requirements file, RTD doesn't handle these patterns well.
2019-07-24 23:36:13 -06:00
Anthony Johnson
16e36af58c
Another test
2019-07-24 19:24:16 -06:00
Anthony Johnson
ec7704800d
Another test
2019-07-24 18:46:43 -06:00
Anthony Johnson
715c0beacb
Add commands into setup.py and regenerate translations
...
More fixes for docs
2019-07-24 18:39:35 -06:00